Darren Kopp
Darren Kopp
Yeah, you should see an error about it in the output window in the SassyStudio pane. The error is coming from libsass and you would likely see this error with...
Yeah I haven't been able to figure out how to get the output window to pop open when I'm telling it to do that, but for now I'd definitely tick...
Cool, I'll revisit how close I am for error / warning integration. When that is done, I'll close this issue with that as the resolution.
I'll see why those first two aren't being detected as functions. The difference between between _Function Reference_ and _User Function Reference_ is that _Function Reference_ is a well-known sass function,...
Visual Studio interop... :disappointed: I'll see what can cause NRE, thanks for reporting this.
Odd, I'm not having that issue on VS2013.  I'd say for the interim until i investigate, just install the previous version. https://github.com/darrenkopp/SassyStudio/releases/tag/0.8.9.1
link for vs2013: https://github.com/darrenkopp/SassyStudio2013/releases/tag/0.1.7.0
Yeah, someone reported this yesterday, it's because the new version of libsass requires VS2013 to compile. I'm looking into how to make it compile with VS2012, but until then, if...
I'll look into what it would take to add this, but not committing to this feature yet. I don't think this would be **too** terribly hard though.
It looks like you are using the default compiler, which I don't think support compass the last time I checked (compass uses many non-sass functions that are defined in ruby)....