Multiple themes depends on a route
I have 5 pages with equal structure and 5 themes (1 page = 1 theme). Themes files has equal structure too and just contains sass variables with color palette and background image. So I want to switch theme on every page
Nuxt 3 | Even if i use scoped on style tag, still loading css/scss in network tab
Why, when I use scoped in the style tag, Nuxt still load all the CSS and SCSS files in the network tab even those components are not rendered in the DOM, they are conditioned with v-if?