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
Note that having default value (then types) is a way to temporarily fix this. x { --y: max(1 * var(--a, 2em), var(--b, 42px)) } is shown as valid as the defaulted types are matching.
Hello!
Code like this gives wrong error messages (IMHO):
Testcase from above:
https://peter-hindelang.de/x.css
Real-world example:
https://peter-hindelang.de/Bilder/style.css
Thanks!
j.j.
The text was updated successfully, but these errors were encountered: