~cytrogen/masto-fe

ref: 4581a528f77b06b417ea06404d7bc2eae5f04e22 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
4581a528 — jsgoldstein Change account search to match by text when opted-in (#25599) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});