~cytrogen/masto-fe

ref: 5e8cbb5f82ab0df0de80539650a6e55d7cf7a3a5 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
5e8cbb5f — Eugen Rochko Remove back button from bookmarks, favourites and lists screens in web UI (#26126) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});