Created
July 25, 2015 15:47
-
-
Save blivesta/33a4dd897fe5599828ba to your computer and use it in GitHub Desktop.
.cssnextrc
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
{ | |
"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