mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Fix media query parsing.
This commit is contained in:
parent
d3d4427028
commit
0f82f72fa4
@ -1484,6 +1484,7 @@ class Parser {
|
||||
do {
|
||||
_ignoreComments();
|
||||
features.add(_mediaExpression());
|
||||
_ignoreComments();
|
||||
} while (_scanCaseInsensitive("and"));
|
||||
|
||||
if (type == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user