~cytrogen/masto-fe

ref: b84bc2de5df8ea0d3e67c574ca9142efed39715e masto-fe/postcss.config.js -rw-r--r-- 118 bytes
b84bc2de — Matt Jankowski Replace i18n view spec with helper spec (#24966) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});