- From: Glen Huang <curvedmark@gmail.com>
- Date: Thu, 2 Apr 2015 13:21:14 +0800
- To: www-style list <www-style@w3.org>
Currently, the CSS Cascading and Inheritance Level 4 spec says the only rule allowed before @import is @charset. I wonder if custom mq could be allowed too? ```css @custom-media --narrow-window (max-width: 30em); @import “style.css” (--narrow-window); ```
Received on Thursday, 2 April 2015 05:21:48 UTC