~cytrogen/masto-fe

ref: 57f592fed50747f3c97718a2761e17bafe6c8698 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
57f592fe — Renaud Chaput Add Typescript types for some API objects (#26602) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});