Skip to content

Instantly share code, notes, and snippets.

@gantoine
Created April 9, 2018 20:09
Show Gist options
  • Save gantoine/ce8a0a769ace88baee196af89e9e78ac to your computer and use it in GitHub Desktop.
Save gantoine/ce8a0a769ace88baee196af89e9e78ac to your computer and use it in GitHub Desktop.
The contents of a simple postcss.config.js file, to require autoprefixer
module.exports = {
plugins: [
require('autoprefixer')
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment