I am trying to import a scss file within my VueJS project, where it will then compile and thus be able to use with my project. However, I need some help, as at present it si
I updated the style tag to include the import statement and it works.
@import 'scss/main.scss'; #app { display:block; }