vitejs / vite-plugin-vue2

Vite plugin for Vue 2.7
MIT License
551 stars 47 forks source link

Scoped / Styles in vue files are being loaded first and being overriden by regular scss imports #101

Open grillorafael opened 9 months ago

grillorafael commented 9 months ago

Hey all,

I'm trying to understand the order of css load if I have a file that imports a scss and then renders a component with scoped style, which css content should go in first / last in the cascade ?