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
It is hard because that's not what Vite is meant to do. It's a bundler that bundles all your CSS and SCSS at once. While you could intercept into the vite:css plugin and call transform yourself, I also think it's nice if Vite can provide some agnostic way to compile CSS individually, especially for Svelte to preprocess the styles before passing to the Svelte compiler.
Clear and concise description of the problem
I just want to compile an individual scss file into a css file, why it is too hard?
Suggested solution
Compile an individual scss file into a css file.
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: