Skip to content

Commit 0efb57d

Browse files
Add layer to manual theme and utilities import
1 parent c60e59a commit 0efb57d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/docs/v4-beta.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,8 +1577,8 @@ If you need to disable Tailwind's base styles, you can import the pieces of Tail
15771577

15781578
```css
15791579
@layer theme, base, components, utilities;
1580-
@import "tailwindcss/theme";
1581-
@import "tailwindcss/utilities";
1580+
@import "tailwindcss/theme" layer(theme);
1581+
@import "tailwindcss/utilities" layer(utilities);
15821582
```
15831583

15841584
### Using a prefix

0 commit comments

Comments
 (0)