We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting with Tailwind v4, PostCSS syntax has been discontinued and replaced with a syntax closer to native CSS.
Therefore, tailwindcss/nesting cannot be used. (Strictly speaking, it is possible, but it would be difficult to maintain.)
As we gradually migrate to Tailwind v4, this will become a bottleneck and we need to switch to native CSS early on.
tailwindlabs/tailwindcss#15524
There is no problem with postcss-import either, since you can use the native @import.
@import
The text was updated successfully, but these errors were encountered:
saicaca
L4Ph
No branches or pull requests
Starting with Tailwind v4, PostCSS syntax has been discontinued and replaced with a syntax closer to native CSS.
Therefore, tailwindcss/nesting cannot be used. (Strictly speaking, it is possible, but it would be difficult to maintain.)
As we gradually migrate to Tailwind v4, this will become a bottleneck and we need to switch to native CSS early on.
tailwindlabs/tailwindcss#15524
There is no problem with postcss-import either, since you can use the native
@import
.The text was updated successfully, but these errors were encountered: