-
Hey! The Preflight documentation says:
So we can disable Preflight using:
However, what is the equivalent of
Note that using
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Try putting @layer theme, base, components, utilities;
@import "tailwindcss/theme.css" layer(theme);
@import "tailwindcss/utilities.css" layer(utilities) source(none); |
Beta Was this translation helpful? Give feedback.
-
Awesome, it works! Thanks! I think the documentation needs some update, as this is some important information. I'll post an issue on the website github. See related ticket where someone try to apply |
Beta Was this translation helpful? Give feedback.
Try putting
source(none)
onutilities
: