1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-25 09:02:58 -05:00

8 lines
162 B
JavaScript
Raw Normal View History

module.exports = ({ env }) => ({
plugins: {
autoprefixer: {},
'postcss-object-fit-images': {},
cssnano: env === 'production' ? {} : false,
},
});