v4 w/@source inline nesting utilities layer #18537
Unanswered
toddulery-HDR
asked this question in
Help
Replies: 1 comment 3 replies
-
Seems to be working in this Tailwind Play which would suggest it is something particular to your project. Consider providing a git repo that reproduces the unexpected behavior. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using a safelist.css that has all of the @source inline
The compile ends up with double nested
@layer utilities { @layer utilities { there are other things that end up in there, not in a external safelist, but main issue is if you have something in a safelist that needs to be an overriding class, it cant, because it gets superseded always.
Beta Was this translation helpful? Give feedback.
All reactions