A Pen by Yuriy Bachevskiy on CodePen.
Created
October 19, 2018 03:37
-
-
Save Yur-ok/20d6b5c2f4ba9b32a27042b518656b9d to your computer and use it in GitHub Desktop.
Postcss.config.js
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
module.exports = { | |
plugins: [ | |
require('autoprefixer')({ | |
'browsers': ['> 1%', 'last 4 versions', 'not dead'] | |
}) | |
] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment