Skip to content

Commit fc12a39

Browse files
committed
Add selector AST parser
1 parent 7b9a015 commit fc12a39

File tree

2 files changed

+2018
-1
lines changed

2 files changed

+2018
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
"dependencies": {
1717
"escape-string-regexp": "^1.0.3",
1818
"extend": "^3.0.1",
19-
"postcss": "^6.0.8"
19+
"postcss": "^6.0.8",
20+
"postcss-selector-parser": "^6.0.2"
2021
},
2122
"devDependencies": {
2223
"bluebird": "^3.5.0",
2324
"chai": "^4.1.1",
2425
"chai-as-promised": "^7.1.1",
26+
"chalk": "^2.4.2",
2527
"cssnano": "^4.0.0",
2628
"eslint": "^4.4.1",
2729
"eslint-plugin-react": "^7.1.0",

0 commit comments

Comments
 (0)