~cytrogen/masto-fe

ref: df05ece265ab699c856ec62682c920deaf449a49 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
df05ece2 — Matt Jankowski Fix haml-lint Rubocop `Style/NumericPredicate` cop (#26040) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});