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

That is also already being specified, see [MQ5: Custom Media Queries](https://drafts.csswg.org/mediaqueries-5/#custom-mq).

~~~~ css
@custom-media --md (min-width: 640px)

@media (--md) {
  div {background-color: green;}
}
~~~~

-- 
GitHub Notification of comment by Crissov
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12036#issuecomment-2772728513 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 14:22:21 UTC