~cytrogen/masto-fe

ref: 84718945c67ce622e9152ce0e306a5eb64a3ec3d masto-fe/postcss.config.js -rw-r--r-- 118 bytes
84718945 — Thiago 'Jedi' Cerqueira [bugfix] Fix blurhash losing proportion when more than one item (#17) 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});