blob: 3691590b46cc15ce1e155c012b3378a0283d027e [file] [log] [blame]
Ed Tanousbbcf6702017-10-06 13:53:06 -07001module.exports = {
2 plugins: {
3 autoprefixer: {
4 browsers: ['last 2 versions']
5 },
6 },
7};