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
In #321 (comment) the issue of var() fallback for typed variables is brought up. We should probably cause var() to be invalid-at-computed-value-time if its fallback doesn't match its registered grammar (regardless of whether or not the fallback is being used). Actually setting the custom property to a value that doesn't match its grammar does this already, so this makes the fallback work a little more consistently.
The text was updated successfully, but these errors were encountered:
In #321 (comment) the issue of
var()
fallback for typed variables is brought up. We should probably causevar()
to be invalid-at-computed-value-time if its fallback doesn't match its registered grammar (regardless of whether or not the fallback is being used). Actually setting the custom property to a value that doesn't match its grammar does this already, so this makes the fallback work a little more consistently.The text was updated successfully, but these errors were encountered: