1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-18 05:32:55 -05:00
2023-03-15 04:01:10 +01:00

7 lines
118 B
JavaScript

module.exports = ({ env }) => ({
plugins: [
'autoprefixer',
env === 'production' ? 'cssnano' : '',
],
});