~cytrogen/masto-fe

ref: 7581b1ff9664b90d1ba2cd75e7e332cc5bab4d36 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
7581b1ff — Matt Jankowski Profiling tools configuration improvement (#25383) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});