~cytrogen/masto-fe

ref: ee702e36e58d638bcf75b2eae2ca86499693465e masto-fe/postcss.config.js -rw-r--r-- 118 bytes
ee702e36 — Claire Change follow recommendation materialized view to be faster in most cases (#26545) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});