-
Notifications
You must be signed in to change notification settings - Fork 37
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
error with libsass 3.1.0 on _common-mixins.scss:32 #52
Comments
+1 |
+1 Update: @lucmilland 'ps' looks correct. Looks like I'm waiting for a gulp-sass update. |
This may have been fixed with the release of libsass 3.2.0. Is anyone able to check? |
This error has been fixed! Only the following lines cause error: @if $ie7-support == true {
*width: expression((this.parentNode.clientWidth/#{$context}*#{($columns / $name-multiplicator)} - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
} https://github.com/olivierbossel/gridle/blob/master/sass/gridle/_mixins.scss#L244
|
I think this issue can be closed. I've created new one for the last error: #57 |
hello,
I try to use gridle in a Django project with django-libsass with uses libsass through libsass-python .
When compiling my scss file, I get this error :
did I miss something or is this a real bug ?
to reproduce the error :
regards,
Luc
ps : ok, it seems to be a libsass bug : sass/libsass#548
The text was updated successfully, but these errors were encountered: