Re: [csswg-drafts] [mediaqueries-5] @import motivating example doesn't work?

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