Skip to content

Instantly share code, notes, and snippets.

@mattvagni
Created January 15, 2017 17:33
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