Put POSTCSS config in package.json

pull/144/head
Henrique Dias 2017-07-06 08:30:04 +01:00
parent 8aeefb4335
commit 1b6b7d1881
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730
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",
"npm": ">= 3.0.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",