Put POSTCSS config in package.json

Former-commit-id: 73733038fa12ac37c64e5767a0998cd3707935de [formerly c9fc364c4b74a6bc946b33609628c1359a85b7a4] [formerly 628dc43cd8d7c8eb6efb00e59091637f5b4b8f09 [formerly 1b6b7d1881]]
Former-commit-id: aa27dc11ffa723de8c20cd9f371e347f89ff307b [formerly f4597ce0a4e382d578468097ae0e239c3cca584f]
Former-commit-id: 84248423c02764d6c8f9254eaaa6aa439b9c3e22
This commit is contained in:
Henrique Dias 2017-07-06 08:30:04 +01:00
parent c38ac57a5c
commit eaacf59c31
2 changed files with 5 additions and 8 deletions

View File

@ -1,8 +0,0 @@
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
// to edit target browsers: use "browserlist" field in package.json
"autoprefixer": {}
}
}

View File

@ -66,6 +66,11 @@
"node": ">= 4.0.0", "node": ">= 4.0.0",
"npm": ">= 3.0.0" "npm": ">= 3.0.0"
}, },
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [ "browserslist": [
"> 1%", "> 1%",
"last 2 versions", "last 2 versions",