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
A snippet like foo{padding-left:calc(var(--leading-half) - 1px)} leads to a parse error in the validator: “Value Error : padding-left Parse Error 1px)”.
The snippet seems valid, however.
More context: The issue can currently be seen in production with the default style sheet for frontenddogma.com.
The text was updated successfully, but these errors were encountered:
Possible dup of #298:
A snippet like
foo{padding-left:calc(var(--leading-half) - 1px)}
leads to a parse error in the validator: “Value Error : padding-left Parse Error1px)
”.The snippet seems valid, however.
More context: The issue can currently be seen in production with the default style sheet for frontenddogma.com.
The text was updated successfully, but these errors were encountered: