~cytrogen/masto-fe

ref: 849d93e50a8f20941dbdd1277e2bd3b64db2b8da masto-fe/postcss.config.js -rw-r--r-- 118 bytes
849d93e5 — dependabot[bot] Bump json-ld from 3.2.4 to 3.2.5 (#24832) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});