Upgrader does not seem to work with SCSS files #15949
Unanswered
AntonioVentilii
asked this question in
Help
Replies: 1 comment
-
The upgrader only supports CSS files. I presume because there is more syntax in Sass files. You could consider converting to vanilla CSS first (if you aren't using any Sass-specific syntax, you could rename the files to |
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 am running npx
@tailwindcss/upgrade@next
to bump totailwindcss
v4 , but nothing changes in my scss files, nor in my components, apart from the package bumped andpostcss.config.js
. I am working with a Svelte project, importing directlyglobal.scss
(noapp.css
, or similar).Plus, I have my
tailwind.config.ts
file that usestailwindcss
. But no changes there either.Can you please help me out? Shall I migrate all manually? Is there some workaround?
Beta Was this translation helpful? Give feedback.
All reactions