~cytrogen/masto-fe

ref: 8d61d2b0da5e34db3d746ab8449d03ee0aa2ea25 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
8d61d2b0 — dependabot[bot] Bump axios from 1.3.6 to 1.4.0 (#24775) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});