Replies: 1 comment
-
You're missing a colors block in your tailwind.config.js, therefor it can't find the colors that you specified. In the example below you extend the default color set. Try this:
|
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
-
I have a problem with tailwind and I can't use apply directive despite having @import statements placed before any of @apply directive.
Can anyone understand where my configuration is wrong, I have searched for few hours and I can't find anything.
webpack.config.js
assets/config/postcss.config.js
assets/config/tailwind.config.js
assets/js/index.js
assets/css/app.scss
assets/css/imports/tailwind.scss
assets/css/components/form/inputs.scss
Beta Was this translation helpful? Give feedback.
All reactions