Using Tailwind with PostCSS and Webpack (Latest) #2427
-
Hey there, So I'm trying to set up a fresh Webpack with TailwindCSS.
I thought it was a config issue, but even using the init config or no config at all causes the same issue, and I'm super confused. Let me know if there is anything more you need and I look forward to hearing from you! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I had the same problem. You might solve it by downgrading PostCSS to |
Beta Was this translation helpful? Give feedback.
-
@adamwathan Am I right in saying that this is due to the new version of PostCSS not being supported yet? |
Beta Was this translation helpful? Give feedback.
-
Can you please provide a GitHub repo that reproduces so I can test your setup? |
Beta Was this translation helpful? Give feedback.
I had the same problem. You might solve it by downgrading PostCSS to
8.0.6
.