I have been using scss to style an upcoming project in Visual Studio 2013 which has been working perfectly up until now. I suddenly found that the SASS would not compile, so I took apart the code to find a stray missing colon or extra bracket but could find nothing, so I removed everything except a simple css declaration:-
body{
color:green;
}
Nothing else. The thing will still not compile and Visual Studio still complains of a syntax error. I'm stuck! I have the latest Web Essentials installed.
*Edit. June 2015.
I have returned to this as I had originally believed that I had fixed the problem by removing Web Essentials and then re-installing. It turns out that this was incorrect. There is a much simpler solution and I'm kicking myself for not realising it.
If you face this issue yourself. >>Just restart Visual Studio<<. It's as simple as that.
Hopefully this saves someone else from frustration.