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

Is this error in compiler or not? "unterminated interpolant inside IE function" #1188

Closed
mahnunchik opened this issue May 9, 2015 · 1 comment · Fixed by #1194
Closed

Comments

@mahnunchik
Copy link

Hi all,

I faced with the fact what gridle library can not be compiled because it has following line of code:

*width: expression((this.parentNode.clientWidth/#{$context}*#{($columns / $name-multiplicator)} - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');

error:

{
  "message": "unterminated interpolant inside IE function expression((this.parentNode.clientWidth/#{$context}*#{($columns / $name-multiplicator)",
  "column": 11,
  "line": 244,
  "file": "/Users/nodejs/gridle/sass/gridle/_mixins.scss",
  "status": 1
}
$ node-sass -v
node-sass   3.0.0   (Wrapper)   [JavaScript]
libsass     3.2.2   (Sass Compiler) [C/C++]

Is this error in compiler or not?

Related issue in gridle repository: Coffeekraken/gridle#57

@mgreter mgreter added this to the 3.2.4 milestone May 10, 2015
@mgreter mgreter self-assigned this May 10, 2015
mgreter added a commit to mgreter/libsass that referenced this issue May 10, 2015
mgreter added a commit to mgreter/libsass that referenced this issue May 10, 2015
mgreter added a commit to mgreter/libsass that referenced this issue May 10, 2015
mgreter added a commit to mgreter/sass-spec that referenced this issue May 10, 2015
mgreter added a commit to mgreter/sass-spec that referenced this issue May 10, 2015
mgreter added a commit to mgreter/libsass that referenced this issue May 10, 2015
@xzyfer
Copy link
Contributor

xzyfer commented May 11, 2015

Spec added sass/sass-spec#372

mgreter added a commit to mgreter/libsass that referenced this issue May 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants