mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-04 18:47:56 +01:00
Properly parse or.
This commit is contained in:
parent
2b2061f7e5
commit
84e4cb25b8
@ -1018,7 +1018,7 @@ abstract class StylesheetParser extends Parser {
|
|||||||
|
|
||||||
case $o:
|
case $o:
|
||||||
if (scanIdentifier("or")) {
|
if (scanIdentifier("or")) {
|
||||||
addOperator(BinaryOperator.and);
|
addOperator(BinaryOperator.or);
|
||||||
} else {
|
} else {
|
||||||
addSingleExpression(_identifierLike());
|
addSingleExpression(_identifierLike());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user