~cytrogen/masto-fe

ref: 4c5aa0e470fb92f8f9a5521357f2cf59263a49b5 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
4c5aa0e4 — Matt Jankowski Update rubocop-rspec to version 2.22.0, fix `RSpec/IndexedLet` cop (#24698) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});