~cytrogen/masto-fe

ref: dc8f1fbd976ae544720a4e07120d9a91b2722440 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
dc8f1fbd — Claire Merge pull request from GHSA-9928-3cp5-93fm 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});