You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More background information: calc() has special parsing rules that allow it to have its own mini-language of arithmetic that's entirely separate from the rest of CSS. In order to support this, Sass needs to know that it's a calc() variant at parse time, before it knows what user-defined functions exist.
I've filed #1598 to track deprecating the ability to define confusing functions like this.
I am aware that
calc()
is handled differently, but the behavior below is inconsistent:The output is:
instead of:
I tried with LibSass and I got the expected behavior above.
The text was updated successfully, but these errors were encountered: