Sass failing to compile - Web Essentials 2013 Update 4

前端 未结 9 874
-上瘾入骨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 had a similar issue and turn out to be a reference to a SASS variable before it was declared. There were no warnings or errors. Once I move the reference to the right place it all worked fine.

提交回复
热议问题