You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I came across a case in version 3 of Tailwind.
Tailwind does not understand the change when I use preprocessor and want to import a bunch of SCSS files together. The change takes effect when I save the style.scss file or the tailwind.config.js file. Please note the following example, I implemented this example in both Angular and Vue and did not get the result Repository URL
Hi,
I came across a case in version 3 of Tailwind.
Tailwind does not understand the change when I use preprocessor and want to import a bunch of SCSS files together. The change takes effect when I save the style.scss file or the tailwind.config.js file. Please note the following example, I implemented this example in both Angular and Vue and did not get the result
Repository URL
https://github.com/asafari72/tailwind-vue-issue.git
Example
For example, I've this structure for styling my project:
in styles.css I've to write class for a simple button like:
and in the index.scss I've
when I change the same property in the .btn class change not working but if I save tailwind.config.js or index.scss file its work.
Thanks.
packages.json :
Node.js version:
16.13.0
Browser:
Chrome version 96.0.4664.93
Operation system:
Window 11 version 21H2
IDE :
VSCode 1.63.0
The text was updated successfully, but these errors were encountered: