module.exports = {
	plugins: [
		require('autoprefixer')
	]
}

/*
browsers: [ '> 1% in FR', 'not ie < 10' ]
*/