Created
September 29, 2014 09:51
-
-
Save oilvier/89a35ced9e6eb135a576 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
{ | |
"in": "build.css", | |
"out": "screen.css", | |
"browsers": ["last 3 versions", "opera 12", "Android 2.3"], | |
"rem": ["62.5%", {"replace": false}], | |
"minifier": false, | |
"sourcemaps": false, | |
"next": { | |
"customProperties": true, | |
"customMedia": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attention quand même, l'option est
autoprefixer
et nonbrowsers
. ;)