~cytrogen/masto-fe

ref: 90ec88d58b1342d812810fd91b8e6c3ee84d5a4e masto-fe/postcss.config.js -rw-r--r-- 118 bytes
90ec88d5 — Claire Add support for `indexable` attribute on remote actors (#26485) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});