Replies: 2 comments 3 replies
-
You could try calling |
Beta Was this translation helpful? Give feedback.
2 replies
-
For the late-comers: The
and then in your PostCSS config:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Versions
Operating System
Windows, Linux
Describe your issue
I would like to use
tailwindcss/nesting
to add support for nested declarations. I use webpack, and my PostCSS configuration is as follows:No error appears, but I'm unable to use Tailwind classes.
However, if I use
postcss-nested
directly, I have no problem:What's wrong with my setup?
Beta Was this translation helpful? Give feedback.
All reactions