V

Results 1 comments of V

The spec section I linked https://drafts.csswg.org/mediaqueries-5/#typedef-media-query-list says: ``` = | [ not | only ]? [ and ]? ``` Which means it's either media-condition alone or media-type (like `screen`) followed...