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
Expressions like "calc(100% - calc(50% + 25px))" causes parsing error from the jison parser
Not sure if nested calc() are standard but its working on Chrome at least.
Uh oh!
There was an error while loading. Please reload this page.
Since v2: http://requirebin.com/?gist=5d1cbb2779f115b02a57ebb75c14ed4a
Expressions like
"calc(100% - calc(50% + 25px))"
causes parsing error from the jison parserNot sure if nested
calc()
are standard but its working on Chrome at least.cc @ben-eb @andyjansson
The text was updated successfully, but these errors were encountered: