-
Notifications
You must be signed in to change notification settings - Fork 198
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
Invalid Sass #85
Comments
+1, got this error when node-sass updated to 3.5 from 3.4.2 |
xzyfer
added a commit
to xzyfer/compass-mixins
that referenced
this issue
Apr 23, 2016
This implement of compact is functionally equivalent of the unofficial native one that has been permanently removed from LibSass. There is no risk in always using this version. The version of LibSass that had a `compact` function is extremely difficult to obtain, and is long unsupported. More importantly defining function inside control structures is not valid in Sass and produces errors for people using this library. Fixes Igosuki#84 Fixes Igosuki#85
Merged
Fix PR'd in #86 |
xzyfer
added a commit
to xzyfer/compass-mixins
that referenced
this issue
May 4, 2016
This implement of compact is functionally equivalent of the unofficial native one that has been permanently removed from LibSass. There is no risk in always using this version. The version of LibSass that had a `compact` function is extremely difficult to obtain, and is long unsupported. More importantly defining function inside control structures is not valid in Sass and produces errors for people using this library. Fixes Igosuki#84 Fixes Igosuki#85
xzyfer
added a commit
to xzyfer/compass-mixins
that referenced
this issue
May 4, 2016
This implement of compact is functionally equivalent of the unofficial native one that has been permanently removed from LibSass. There is no risk in always using this version. The version of LibSass that had a `compact` function is extremely difficult to obtain, and is long unsupported. More importantly defining function inside control structures is not valid in Sass and produces errors for people using this library. Fixes Igosuki#84 Fixes Igosuki#85
Hello everyone, I've gotten in contact with @Igosuki and I'll now be helping out maintaining this project. This should prevent further breakages. |
compass-mixins@0.12.8 has been released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following is not valid Sass code
From:
compass-mixins/lib/compass/functions/_lists.scss
Lines 80 to 90 in 8d93bef
This code produces the following error in Sass
This previously worked in Node Sass due to a bug in LibSass which has since been fixed. As a result this library no longer compiles.
The text was updated successfully, but these errors were encountered: