~cytrogen/masto-fe

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