Created
March 12, 2018 00:32
-
-
Save isuke/7651dcb8dff05233e910473225265026 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "plugins": { | |
| "postcss-flexbugs-fixes": true, | |
| "autoprefixer": { | |
| "grid": true, | |
| "browsers": [ | |
| "last 2 versions", | |
| "IE >= 10", | |
| "Android >= 5", | |
| "last 2 ios version" | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment