diff --git a/lib/src/parser.dart b/lib/src/parser.dart index ba5ba8fe..6232a559 100644 --- a/lib/src/parser.dart +++ b/lib/src/parser.dart @@ -1484,6 +1484,7 @@ class Parser { do { _ignoreComments(); features.add(_mediaExpression()); + _ignoreComments(); } while (_scanCaseInsensitive("and")); if (type == null) {