Files
TechRadarAJR/postcss.config.json
2017-01-25 21:05:21 +01:00

11 lines
137 B
JSON

{
"use": [
"postcss-easy-import",
"postcss-nested",
"autoprefixer"
],
"autoprefixer": {
"browsers": "> 5%"
}
}