~cytrogen/masto-fe

ref: 73ecc4de6e63301f30092feaf26d0878520ccc09 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
73ecc4de — github-actions[bot] New Crowdin Translations (automated) (#26978) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});