~cytrogen/masto-fe

ref: 0d61985713f124407f6ce1fbf0796abaf56dc280 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
0d619857 — Claire Remove layout glitch-soc settings 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});