~cytrogen/masto-fe

ref: 5134fc65e27522f8d8116bc003ae83d54bf6f2be masto-fe/postcss.config.js -rw-r--r-- 118 bytes
5134fc65 — Matt Jankowski Fix `Naming/AccessorMethodName` cop (#25924) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});