~cytrogen/masto-fe

ref: a0047184d7fa0d15de554567dad2fb4ff71a3e10 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
a0047184 — Plastikmensch Add eslint rule to forbid vanilla imports in glitch (#2293) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});