~cytrogen/masto-fe

ref: 14f67988369ac66757325b4c4fbca185ad133bdf masto-fe/postcss.config.js -rw-r--r-- 118 bytes
14f67988 — gunchleoc Link to hashtag timelines from the Trending hashtags moderation interface (#26724) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});