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...

GitHub
@leaverou thanks, I hate it!