Files
TechRadarAJR/postcss.config.json
2017-01-25 14:04:23 +01:00

10 lines
110 B
JSON

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