blob: 3691590b46cc15ce1e155c012b3378a0283d027e [file] [log] [blame]
module.exports = {
plugins: {
autoprefixer: {
browsers: ['last 2 versions']
},
},
};