~cytrogen/masto-fe

ref: 5a2aa06a512bd0f7e1ce7138ca5171d116158cf4 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
5a2aa06a — Matt Jankowski Fix Rails/Present cop (#24688) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});