mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-03 10:08:01 +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:
|
||||
if (scanIdentifier("or")) {
|
||||
addOperator(BinaryOperator.and);
|
||||
addOperator(BinaryOperator.or);
|
||||
} else {
|
||||
addSingleExpression(_identifierLike());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user