Utility classes are not applying in React 19 with Vite configuration and a .scss file in version 4. #16216
Replies: 1 comment 6 replies
-
As per the documentation:
You probably need to do this change: -@import "tailwindcss";
+@import "tailwindcss/index.css"; If that still doesn't make it work, consider providing a project that reproduces the undesired behavior. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Node version- 20.11,0
Beta Was this translation helpful? Give feedback.
All reactions