Reblogged by keul@fosstodon.org ("Luca Fabbri"):
leaverou@front-end.social ("Lea Verou") wrote:
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