~cytrogen/masto-fe

ref: d76f79f64706f6e9f48d9a9cef2f049f1aed09e5 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
d76f79f6 — Christian Schmidt Remove obsolete backport from Rails 7 (#26254) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});