Skip to content

Instantly share code, notes, and snippets.

@blivesta
Created July 25, 2015 15:47
Show Gist options
  • Save blivesta/33a4dd897fe5599828ba to your computer and use it in GitHub Desktop.
Save blivesta/33a4dd897fe5599828ba to your computer and use it in GitHub Desktop.
.cssnextrc
{
"browsers": ["last 2 versions"],
"features": {
"customProperties": {
"preserve": true
},
"calc": true,
"customMedia": true,
"mediaQueriesRange": true,
"customSelectors": true,
"colorRebeccapurple": true,
"colorHwb": true,
"colorGray": true,
"colorHexAlpha": true,
"fontVariant": true,
"filter": true,
"rem": true,
"pseudoElements": true,
"pseudoClassMatches": true,
"pseudoClassNot": true,
"colorRgba": true,
"autoprefixer": true
},
"import": true,
"url": true,
"compress": false,
"sourcemap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment