A historical day for CSS ππ
If you write any components used and/or styled by others, you know how huge this is!
background: if(style(--variant: success), var(--green));
Even if you donβt, this will allow things like:
padding: if(var(--2xl), 1em, var(--xl) or var(--m), .5em);
GitHub issue: https://github.com/w3c/csswg-drafts/issues/10064
[css-values-5] What is the MVP for inline conditionals on custom properties? Β· Issue #10064 Β· w3c/csswg-drafts
Edit: Resolved to pursue this! π There are several issues across this repo proposing some kind of inline conditional function. Here is a sample: #5624 #5009 #6638 #4731 #3455 Yet, this is another c...
