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 d54db07 commit 6d48261Copy full SHA for 6d48261
1 file changed
packages/docs/src/pages/en/features/css-utilities/tailwindcss.md
@@ -175,12 +175,11 @@ Create `tailwind.css` (in `src/styles/` for Vite or `assets/styles/` for Nuxt).
175
176
```css { resource="tailwind.css" }
177
@import "tailwindcss/theme" layer(tailwind-theme);
178
-@import "tailwindcss/preflight" layer(tailwind-reset);
179
@import "tailwindcss/utilities" layer(tailwind-utilities);
180
181
/* dark/light mode — Vuetify uses .v-theme--dark/.v-theme--light instead of .dark */
182
@custom-variant light (&:where(.v-theme--light, .v-theme--light *));
183
-@custom-variant dark (&:where(.v-theme--dark, .v-theme--dark *));
+@custom-variant dark (&:where(.v-theme--dark, .v-theme--dark *));
184
185
@theme {
186
--breakpoint-*: initial; /* reset Tailwind defaults */
0 commit comments