Sass failing to compile - Web Essentials 2013 Update 4

前端 未结 9 881
-上瘾入骨i
-上瘾入骨i 2020-12-18 23:07

I\'m currently using Web Essentials 2013 update 4 to provide support for compiling .scss files in Visual Studio.

The tool has worked fine for me in the past however

9条回答
  •  庸人自扰
    2020-12-18 23:55

    I am having the same problem and have eliminated actual syntax errors and incorrect path references. I have found two things out about this.

    1. This happens when there is a file that only specifies variables and has no actual scss or css markup. This is more of a hack as you may have to put unwanted css in a variables file.
    2. Turning off Autoprefixer will resolve the issue entirely, but at the cost of not using this feature.

提交回复
热议问题