Skip to content

Commit e619bd1

Browse files
committed
do not read from --tab-size for tab-* utilities anymore
1 parent 672e985 commit e619bd1

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

src/docs/tab-size.mdx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ApiTable } from "@/components/api-table.tsx";
2-
import { CustomizingYourTheme, ResponsiveDesign, UsingACustomValue } from "@/components/content.tsx";
2+
import { ResponsiveDesign, UsingACustomValue } from "@/components/content.tsx";
33
import { Example } from "@/components/example.tsx";
44
import { Figure } from "@/components/figure.tsx";
55

@@ -65,14 +65,3 @@ function indent() {
6565
### Responsive design
6666

6767
<ResponsiveDesign element="pre" property="tab-size" defaultClass="tab-4" featuredClass="tab-8" />
68-
69-
## Customizing your theme
70-
71-
<CustomizingYourTheme
72-
element="pre"
73-
utility="tab"
74-
themeKey="tab-size"
75-
name="tab size"
76-
customName="github"
77-
customValue="8"
78-
/>

0 commit comments

Comments
 (0)