Replies: 1 comment
-
Hey - are you able by any chance to share your project repo so we can help troubleshoot? Or, if not possible, a minimal reproduction? |
Beta Was this translation helpful? Give feedback.
0 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.
-
I hope I don't create duplicate, but I recently decided to drop IE11 support in my projects, and now I'm upgrading my Laravel Mix Setup to PostCSS 8 and Tailwind 2.0. The problem is that I can't even run
npm run prod
without getting an error -- with all custom properties commented in mytailwind.config.js
. My files look like this:package.json
webpack.mix.js
tailwind.config.js
site.css
And the error that I get in console:
What could I do? I tried a lot of commenting and installing packages in npm explictly, why does this error happen? I can't trace this back to anything I'd understand. I almost spend 5 hours on figuring this out.
Beta Was this translation helpful? Give feedback.
All reactions