11 lines
137 B
JSON
11 lines
137 B
JSON
{
|
|
"use": [
|
|
"postcss-easy-import",
|
|
"postcss-nested",
|
|
"autoprefixer"
|
|
],
|
|
"autoprefixer": {
|
|
"browsers": "> 5%"
|
|
}
|
|
}
|