Skip to content

Commit 764cde5

Browse files
committed
handle strings in CSS
1 parent 8b85651 commit 764cde5

File tree

3 files changed

+296
-5203
lines changed

3 files changed

+296
-5203
lines changed

src/parse.js

+2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,13 @@ const parser = new Parser(Object.assign({
6363
'exportRuleStart',
6464
'importRuleStart',
6565
'atImportStart',
66+
'string',
6667
'identifier',
6768
'innerLevelStart',
6869
],
6970
innerLevel: [
7071
'comment',
72+
'string',
7173
'identifier',
7274
'innerLevelStart',
7375
'innerLevelEnd',

0 commit comments

Comments
 (0)