I'm using @element-plus/nuxt with the configurations same as the docs.
The problem is my custom css in nuxt config (main.scss
) goes before the CSS of element plus. This causes my css has lower priority than element-plus's styles.
Is there any way to control the order of <style>
tag in the <head>
? at least bring the custom css at main.css
to the end of the <head>
.
Vuetify has same problem also.