Browse Source

Add browserslist config for autoprefixer (#3053)

We will reduce the weight of the style sheet by specifying the target web browser of autoprefixer.
closed-social-glitch-2
Yamagishi Kazutoshi 7 years ago
committed by Eugen Rochko
parent
commit
aeb90b7c4a
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      .postcssrc.yml

+ 5
- 1
.postcssrc.yml View File

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

Loading…
Cancel
Save