Skip to content

Commit 799654a

Browse files
committed
1 parent c39a7f1 commit 799654a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/css_parser.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@ class ExpressionMapping {
742742
return ListStyleType.UPPER_LATIN;
743743
case 'upper-roman':
744744
return ListStyleType.UPPER_ROMAN;
745+
case 'none':
746+
return ListStyleType.NONE;
745747
}
746748
return null;
747749
}

0 commit comments

Comments
 (0)