Add browserslist config for autoprefixer (#3053)

We will reduce the weight of the style sheet by specifying the target web browser of autoprefixer.
lolsob-rspec
Yamagishi Kazutoshi 2017-05-14 19:57:54 +09:00 committed by Eugen Rochko
parent 81f2d85571
commit 2a77a4a352
1 changed files with 5 additions and 1 deletions

View File

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