[Vuejs]-Vue: CSS modules not applying or showing with SCSS

0👍

You should read this link it’s how to install and import SCSS to Vue.
Try to import it in main.js file.

Here is link for using pre-processors.

And also check if version of sass and Vue you are using are compatible… I met an issue that some versions are not compatible with each other.

Leave a comment