Sass failing to compile - Web Essentials 2013 Update 4

前端 未结 9 879
-上瘾入骨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:42

    I had the same problem; in order to help diagnose it I created a minimal .scss file with dummy CSS rules - it generated the same error.

    Then I went to my long-time tested and fully working legacy .scss file - it generated the same error. Something is wrong here, I thought.

    After tinkering with the issue for a while, somehow it got fixed by closing Visual Studio, reloading and reopening the solution.

提交回复
热议问题