Skip to content
Snippets Groups Projects
Commit aeb90b7c authored by Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Committed by Eugen Rochko
Browse files

Add browserslist config for autoprefixer (#3053)

We will reduce the weight of the style sheet by specifying the target web browser of autoprefixer.
parent fb87e847
No related branches found
No related tags found
No related merge requests found
plugins:
postcss-smart-import: {}
precss: {}
autoprefixer: {}
autoprefixer:
browsers:
- last 2 versions
- IE >= 11
- iOS >= 9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment