V4 Disable flag to disable @layer when exporting #16839
heggemsnes
started this conversation in
Ideas
Replies: 0 comments
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.
-
Using Tailwindcss 4 to generate CSS to be used in another package currently causes some issues if the target use Tailwindcss (v3) as well.
newsletter-plugin/dist/index.css
@layer baseis used but no matching
@tailwind basedirective is present.
It would be nice if the CLI or postcss had an option to compile the CSS without any layers to allow for better compatability.
Beta Was this translation helpful? Give feedback.
All reactions