Skip to content

Instantly share code, notes, and snippets.

@oilvier
Created September 29, 2014 09:51
Show Gist options
  • Save oilvier/89a35ced9e6eb135a576 to your computer and use it in GitHub Desktop.
Save oilvier/89a35ced9e6eb135a576 to your computer and use it in GitHub Desktop.
{
"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
}
}
@iamvdo
Copy link

iamvdo commented Sep 29, 2014

Attention quand même, l'option est autoprefixer et non browsers. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment