Add autoprefixer and postcss

Added:
- autoprefixer v10.3.4
- postcss v8.3.6

Changed:
- Node Sass options to pass source map to PostCSS.
This commit is contained in:
Chauncey McAskill
2021-09-14 19:21:24 -04:00
parent e9e0e5784e
commit b24014d8b1
9 changed files with 327 additions and 41 deletions

View File

@@ -20,12 +20,14 @@
"svg4everybody": "*"
},
"devDependencies": {
"autoprefixer": "^10.3.4",
"browser-sync": "^2.26.13",
"concat": "^1.0.3",
"esbuild": "^0.12.28",
"kleur": "^4.1.4",
"node-notifier": "^10.0.0",
"node-sass": "^6.0.1",
"postcss": "^8.3.6",
"svg-mixer": "^2.3.14"
}
}