14 lines
214 B
JSON
14 lines
214 B
JSON
{
|
|
"use": [
|
|
"postcss-easy-import",
|
|
"postcss-nested",
|
|
"postcss-custom-media",
|
|
"postcss-css-variables",
|
|
"css-mqpacker",
|
|
"autoprefixer"
|
|
],
|
|
"autoprefixer": {
|
|
"browsers": "> 5%"
|
|
}
|
|
}
|