~cytrogen/masto-fe

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