DEV Community

Discussion on: My SCSS setup within a Vue CLI 3 project

Collapse
 
lynnewritescode profile image
Lynne Finnigan

Is there anywhere I could see your code? it's hard to tell what the issue could be without being able to see it

Collapse
 
camielm profile image
camielm

unfortunately thats not possible.
The problem is when my style tags in my app.vue are emtpy:

, the scss files are not compiling...

When I put anything between them, for instance:

body{line-height: 20px;}

my SCSS files are compiling...