We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c4f8e commit e380f01Copy full SHA for e380f01
packages/docs/src/pages/theming.mdx
@@ -173,6 +173,7 @@ Flag | Default | Description
173
`useBodyStyles` | `true` | Adds styles defined in `theme.styles.root` to the `<body>` element along with `color` and `background-color`
174
`initialColorModeName` | `'default'` | The key used for the top-level color palette in `theme.colors`
175
`useColorSchemeMediaQuery` | `false` | Initializes the color mode based on the `prefers-color-scheme` media query
176
+`useBoxSizing` | `true` | Adds a global `box-sizing: border-box` style
177
178
## Example Theme
179
0 commit comments