Files
TechRadarAJR/postcss.config.json
2017-02-10 21:06:52 +01:00

12 lines
166 B
JSON

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