~cytrogen/masto-fe

ref: f48d345de1093a878fbf8543fe1d6ac1deb95392 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
f48d345d — Matt Jankowski Use correct naming on controller concern specs (#26197) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});