- From: Christoph Päper via GitHub <sysbot+gh@w3.org>
- Date: Wed, 02 Apr 2025 14:22:21 +0000
- To: public-css-archive@w3.org
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