~cytrogen/masto-fe

ref: e328ab7e5aee78e0d7eb55de4cfed3f3d812b197 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
e328ab7e — Matt Jankowski Implement pending specs for StatusesController (#23969) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});