aeb90b7c4a
We will reduce the weight of the style sheet by specifying the target web browser of autoprefixer.
8 lines
137 B
YAML
8 lines
137 B
YAML
plugins:
|
|
postcss-smart-import: {}
|
|
precss: {}
|
|
autoprefixer:
|
|
browsers:
|
|
- last 2 versions
|
|
- IE >= 11
|
|
- iOS >= 9
|