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

Getting error using variables #475

Closed
mattwoodco opened this issue Jan 8, 2016 · 2 comments
Closed

Getting error using variables #475

mattwoodco opened this issue Jan 8, 2016 · 2 comments

Comments

@mattwoodco
Copy link

I'm getting a parsing error:
Error: Parsing error at XXX: Please check validity of the block starting from line #5

line 5:
right: calc( 100% - (#{$roomListWidth} + #{$panelBWidth}))

(using sass-lint@1.4.0)

@DanPurdy
Copy link
Member

DanPurdy commented Jan 8, 2016

Yeah I'm afraid this is due to the AST we are using, it currently doesn't handle interpolation very well.
There's a few other issues open here to describe this a bit better probably best to start with #44 #63 #210 I'll close this issue just so we keep all the talk in the same place..

@DanPurdy DanPurdy closed this as completed Jan 8, 2016
@mattwoodco
Copy link
Author

Thanks

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

No branches or pull requests

2 participants