~cytrogen/masto-fe

ref: f1d250135ccf9be5c4d982a2c48417da89d38eb5 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
f1d25013 — Santiago Kozak Allow filter form in profiles directory to wrap (#26682) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});