Re: [csswg-drafts] [css-style-attr] Feature suggestion: support for inline media queries in HTML (#12036)

> [`if()`](https://drafts.csswg.org/css-values-5/#funcdef-if)
> 
> <div style="
>   background-color: if(
>     media(width > 640px): green;
>     media(width > 1024px): yellow;
>     media(width > 1280px): orange;
>     media(width > 1920px): red;
>     else: blue;
>   );
>   border: 6px solid blue;
> "></div>

That’s even more verbose! It’s a strain on my eyes. 😀

-- 
GitHub Notification of comment by gitspeaks
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12036#issuecomment-2771895749 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 2 April 2025 09:00:00 UTC