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

> I think you will be able to do inline media queries with `if()`, but may have to do so repeatedly for each property.

like this ?

```html
<div style="background-color: if(width > 1024px, blue, red);"></div>
```

Feels a bit too verbose for my taste, especially when multiple properties need to change at the same breakpoint.

-- 
GitHub Notification of comment by gitspeaks
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12036#issuecomment-2770996525 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 00:52:37 UTC