Skip to content
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

Closed
ptitluc opened this issue Mar 16, 2015 · 5 comments
Closed

error with libsass 3.1.0 on _common-mixins.scss:32 #52

ptitluc opened this issue Mar 16, 2015 · 5 comments

Comments

@ptitluc
Copy link

ptitluc commented Mar 16, 2015

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 :

gridle/_common-mixins.scss:32: error reading values after

did I miss something or is this a real bug ?

to reproduce the error :

  • boot a fresh ubuntu Precise
  • clone libsass git repo and checkout 1.3.0 tag branch
  • clone sassc git repo and checkout 1.3.0 tag branch
  • compile
  • checkout gridle git repo
  • sassc gridle/sass/tests.scss
  • doh !

regards,
Luc

ps : ok, it seems to be a libsass bug : sass/libsass#548

@mahnunchik
Copy link

+1

@ghost
Copy link

ghost commented May 5, 2015

+1
Commented in the older raised Issue.

Update: @lucmilland 'ps' looks correct. Looks like I'm waiting for a gulp-sass update.

@veganista
Copy link

This may have been fixed with the release of libsass 3.2.0.

Is anyone able to check?

@mahnunchik
Copy link

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

Error: bower_components/gridle/sass/gridle/_mixins.scss
  244:11  unterminated interpolant inside IE function expression((this.parentNode.clientWidth/#{$context}*#{($columns / $name-multiplicator)

@mahnunchik
Copy link

I think this issue can be closed.

I've created new one for the last error: #57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants