Files
TechRadarAJR/postcss.config.json
2017-04-03 11:34:06 +02:00

14 lines
214 B
JSON

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