We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have a problem when I use in my less file the css function "calc". In fact when I write.
margin-left: calc(50% - 10px); I obtain in my parsed css file: margin-left: calc(40%); it's normale?
margin-left: calc(50% - 10px);
margin-left: calc(40%);
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, same error, but works with this "quick fix":
https://stackoverflow.com/questions/17904088/disable-less-css-overwriting-calc
Sorry, something went wrong.
No branches or pull requests
Hi,
I have a problem when I use in my less file the css function "calc".
In fact when I write.
margin-left: calc(50% - 10px);
I obtain in my parsed css file:
margin-left: calc(40%);
it's normale?
Thank you.
The text was updated successfully, but these errors were encountered: