1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:55:30 -04:00

add stylelint as postcss plugin

This commit is contained in:
2020-01-09 12:06:09 -05:00
parent 5b44ee101f
commit 53d5a824a0
4 changed files with 53 additions and 5 deletions

View File

@@ -50,6 +50,8 @@
"npm-run-all": "^4.1.5",
"postcss-clean": "^1.1.0",
"postcss-cli": "^7.1.0",
"postcss-pxtorem": "^4.0.1",
"postcss-reporter": "^6.0.1",
"rimraf": "^3.0.0",
"stylelint": "~12.0.1",
"stylelint-config-sass-guidelines": "~6.2.0",