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

calc() not working #190

Open
timokleemann opened this issue Feb 25, 2017 · 1 comment
Open

calc() not working #190

timokleemann opened this issue Feb 25, 2017 · 1 comment

Comments

@timokleemann
Copy link

Any idea why this line breaks my SASS file?

div { height: calc(100%-80px); }

It works perfectly fine in other SASS processors.

@jonmlas
Copy link

jonmlas commented Mar 13, 2017

I also experienced that. The only to fix this is to unquote it.

div { height: unquote("calc(100%-80px)"); }

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

2 participants