-
Notifications
You must be signed in to change notification settings - Fork 138
TailwindCSS #89
Comments
You'll need to upgrade |
Same problem. also upgraded to postcss-loader 3.0.0 and its not work.
|
The solution I found was as follows. I noticed that there are different configurations between "create-react-app" and next-app. so first check that you are making the correct configuration. Configuration for "create-react-app" https://tailwindcss.com/docs/guides/create-react-app Configuration for next-app After configuring as needed, just configure the global file CSS Config
SASS ConfigSass uses imports
You must also make a configuration in the craco File Name: "craco.config.js"
If you are using postcss to SASS , just follow the instructions in the documentation.https://tailwindcss.com/docs/using-with-preprocessors#using-post-css-as-your-preprocessor |
Hey there, is there any guidance on how to add TailwindCSS to the theme? I've poked around in the webpack config file, but haven't had any luck.
Here are their installation directions:
https://tailwindcss.com/docs/installation
The text was updated successfully, but these errors were encountered: