~cytrogen/masto-fe

ref: f84037ae2bb9c2bf046c183885592f96775d2fd5 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
f84037ae — Matt Jankowski Remove unused #hash_to_object method in SettingsHelper (#25213) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});