-
Notifications
You must be signed in to change notification settings - Fork 465
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
Missing special case calc handling for -ms-calc() #842
Comments
Can you please create a http://sassmeister.com/ the shows the issue? |
I ran into this issue as well when trying to do width: -ms-calc(100% - 100px); This is happening to me when using libsass 3.1.0 on sassmeister as well as when using node-sass version 2.0.1 (not sure what version of libsass that is using) |
Thanks for the clarification @umyeah. I can confirm that this issue is still present on master. |
@umyeah, you can check the version of node-sass and corresponding version of libsass as follow: CLI usage: node-sass --help Code usage: require('node-sass').info() node-sass v2.0.1 corresponds to libsass v3.1.0. |
I've confirmed this is still an issue on master. |
Spec added sass/sass-spec#264 |
This is fixed and will be in 3.2 |
Special case
calc
handling needs to be implemented for the-ms-calc()
function to preventIncompatible units
errors.expected
actual
edited by @xzyfer for clarification
The text was updated successfully, but these errors were encountered: