~cytrogen/masto-fe

ref: c0fa85b8dd3a0970f5edec718b2dc7015397d65f masto-fe/postcss.config.js -rw-r--r-- 118 bytes
c0fa85b8 — Eugen Rochko [Glitch] Fix regression of icon button colors in web UI 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});