Add browserslist config for autoprefixer (#3053)

We will reduce the weight of the style sheet by specifying the target web browser of autoprefixer.
th-downstream
Yamagishi Kazutoshi 8 years ago committed by Eugen Rochko
parent 81f2d85571
commit 2a77a4a352

@ -1,4 +1,8 @@
plugins: plugins:
postcss-smart-import: {} postcss-smart-import: {}
precss: {} precss: {}
autoprefixer: {} autoprefixer:
browsers:
- last 2 versions
- IE >= 11
- iOS >= 9

Loading…
Cancel
Save