- From: gitspeaks via GitHub <sysbot+gh@w3.org>
- Date: Wed, 02 Apr 2025 00:52:36 +0000
- To: public-css-archive@w3.org
> 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