Skip to content
Discussion options

You must be logged in to vote

You can tag the tailwindcss/theme import with theme(static) like:

-@import "tailwindcss";
+@layer theme, base, components, utilites;
+
+@import "tailwindcss/theme" layer(theme) theme(static);
+@import "tailwindcss/preflight" layer(base);
+@import "tailwindcss/utilities" layer(utilities);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@WarningImHack3r
Comment options

Answer selected by WarningImHack3r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants