vitejs / vite-plugin-vue2

Vite plugin for Vue 2.7
MIT License
543 stars 46 forks source link

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

Open grillorafael opened 6 months ago

grillorafael commented 6 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 ?