Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mattvagni
Created January 15, 2017 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattvagni/17a64ea02a4ac2706e9abac0d49625f6 to your computer and use it in GitHub Desktop.
Save mattvagni/17a64ea02a4ac2706e9abac0d49625f6 to your computer and use it in GitHub Desktop.
const autoprefixer = require('autoprefixer');
module.exports = {
plugins: [
autoprefixer({
browsers: [
'last 2 versions',
'IE >= 9',
'safari >= 8'
]
})
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment