-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Lessc error with nested calc() #3149
Comments
Closing in favour of #1880. |
That seemed to work, but shouldn't |
I guess I don't really understand why nested |
@turnerhayes This works in 3.x. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to compile Bootstrap's CSS with lessc and getting the following error:
Bootstrap version:
4.0.0-beta.3
Lessc version:
lessc 2.7.3 (Less Compiler) [JavaScript]
Seems to be objecting to the nested
calc()
. According to MDN, this is valid syntax (although I read on SO that that clarification was added in the past year or two, so maybe lessc was correct at some point).The text was updated successfully, but these errors were encountered: