Skip to content
Permalink
v5.3.3
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
module.exports = ( { env } ) => ( {
plugins: {
autoprefixer: { grid: true },
cssnano: env === 'production',
},
} );