~cytrogen/masto-fe

ref: 16d3e76a710370ab7823fc65302a80e60f6ffee7 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
16d3e76a — dependabot[bot] Bump @typescript-eslint/parser from 5.59.6 to 5.59.7 (#25080) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});