-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No support for SASS maps #1162
Comments
+1 |
What doesn't understand SASS' maps? Please elaborate the issue. |
Example: from http://blog.sass-lang.com/posts/184094-sass-33-is-released show error : Sorry, my bad english :-) |
Oh! this is related to sass/libsass#394. @SinnerAir's issue would probably be fixed by libsass soon. However, as @akhleung suggested, iterating over maps is not supported by libsass, so it might take a while to arrive. Once this is fixed, node-sass would quickly wrap it and release the package. Keep an eye on it! For syntax highlighting issue, the next update of Visual Studio will probably add its support and other v3.3 features. /cc @spadapet, yet another new SASS 3.3 feature struck again! 8-) |
@madskristensen, add "maps" to the backlog so that our SCSS parser can support it. |
I've added it to the VS Web Team's backlog. Closing the ticket here |
We've encountered an error with Web Essentials and it's SASS compilation. It doesn't seem to understand SASS maps.
Is there a way to update the version of SASS that's used in the plugin, or at least know what it is so we can see what features are available?
The text was updated successfully, but these errors were encountered: