DEV Community

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

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...