File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ PostCSS HTML Syntax
2020First thing's first, install the module:
2121
2222```
23- npm install postcss-html --save-dev
23+ npm install postcss-syntax postcss- html --save-dev
2424```
2525
2626## Use Cases
Original file line number Diff line number Diff line change 4646 },
4747 "homepage" : " https://github.com/gucong3000/postcss-html#readme" ,
4848 "dependencies" : {
49- "htmlparser2" : " ^3.9.2" ,
50- "postcss-syntax" : " *"
49+ "htmlparser2" : " ^3.9.2"
5150 },
5251 "peerDependencies" : {
53- "postcss" : " >=5.0.0"
52+ "postcss" : " >=5.0.0" ,
53+ "postcss-syntax" : " *"
5454 },
5555 "devDependencies" : {
5656 "autoprefixer" : " ^8.3.0" ,
5757 "chai" : " ^4.1.2" ,
58- "codecov" : " ^3.0.0 " ,
58+ "codecov" : " ^3.0.1 " ,
5959 "eslint" : " ^4.19.1" ,
6060 "eslint-config-standard" : " ^11.0.0" ,
6161 "eslint-plugin-import" : " ^2.11.0" ,
You can’t perform that action at this time.
0 commit comments