Skip to content

Commit 93697aa

Browse files
committed
use remote parser lib
1 parent 1f3f007 commit 93697aa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
ATTR_FLAG_CASE_INSENSITIVE,
2828
ATTR_FLAG_CASE_SENSITIVE,
2929
NODE_VALUE_PARENTHESIS,
30-
} from '../css-parser'
30+
} from '@projectwallace/css-parser'
3131

3232
const SPACE = ' '
3333
const EMPTY_STRING = ''

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"singleQuote": true
6161
},
6262
"dependencies": {
63-
"@projectwallace/css-parser": "^0.6.1"
63+
"@projectwallace/css-parser": "^0.6.3"
6464
}
6565
}

0 commit comments

Comments
 (0)