~cytrogen/masto-fe

ref: 1feffe43265b1a3d46b70ee72330b6ae04818f8a masto-fe/postcss.config.js -rw-r--r-- 118 bytes
1feffe43 — Laura Hausmann Ignore hashtag history if undefined 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});