[Vuejs]-Theming with SCSS & nuxt

0๐Ÿ‘

I think you are importing your scss file in a wrong way. Please try importing it like below out of the script part:

<style lang="scss">
   @import '~/assets/scss/main.scss';
</style>

0๐Ÿ‘

I think you can use this for your project, you can switch into themes or custom on your own

https://color-mode.nuxtjs.org/

Leave a comment