Skip to content

Instantly share code, notes, and snippets.

@Yur-ok
Created October 19, 2018 03:37
Show Gist options
  • Save Yur-ok/20d6b5c2f4ba9b32a27042b518656b9d to your computer and use it in GitHub Desktop.
Save Yur-ok/20d6b5c2f4ba9b32a27042b518656b9d to your computer and use it in GitHub Desktop.
Postcss.config.js
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