- From: Chris Rebert via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Jun 2017 22:57:10 +0000
- To: public-css-archive@w3.org
So assuming that were made legal, what would then prohibit:
```css
/* foo.css */
@custom-media --my-mq true;
@import url("bar.css") (--my-mq);
/* bar.css */
@custom-media --my-mq false;
```
?
--
GitHub Notification of comment by cvrebert
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1513#issuecomment-307249618 using your GitHub account
Received on Thursday, 8 June 2017 22:57:16 UTC