SolaraS
Solara•17mo ago
Edan

Style order

I'm having some difficulty sorting through the order of CSS loading. I'm using the
Style
"component" to load css files from my assets folder. They load no problem and show up in the expected order in the
<head>
section. However, they are overridden by
vuetify
classes, which I presume are somehow loaded after. But I can't see where this is happening. Post-serve JS? Could you please assist. Also, great if you have some advice regarding handling CSS, and maybe SCSS, which I am currently using locally. When I work in React, installing
sass
allows me to use SCSS, but again, I'm sure on the exact mechanics that make this happen. Thanks 🙂
Was this page helpful?