~cytrogen/masto-fe

ref: c94bb9ba9a1df2e060e6f3debff57a0b7539be9f masto-fe/postcss.config.js -rw-r--r-- 118 bytes
c94bb9ba — Matt Jankowski Disable paperclip processing in specs (#25359) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});