~cytrogen/masto-fe

ref: 6320c52630cb0e669f25b860c514b745a0b0bdf8 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
6320c526 — David Aaron Change min age of backup policy from 1 week to 6 days (#27200) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});