Skip to content

Commit 6f82eb3

Browse files
committed
Tailwind v4 updates
1 parent cbbdac8 commit 6f82eb3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

resources/css/plugin.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
@tailwind components;
2-
@tailwind utilities;
1+
@import "tailwindcss/theme.css" layer(theme);
2+
@import "tailwindcss/utilities.css" layer(utilities);
3+
4+
@layer theme, base, components, utilities;
5+
36
@config "../../tailwind.config.js";
7+
8+
@theme {
9+
--*: initial;
10+
}

resources/dist/plugin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)