]> cat aescling's git repositories - mastodon.git/blob - postcss.config.js
Reject existing Follow in addition to sending a Block (#9811)
[mastodon.git] / postcss.config.js
1 module.exports = ({ env }) => ({
2 plugins: {
3 autoprefixer: {},
4 'postcss-object-fit-images': {},
5 cssnano: env === 'production' ? {} : false,
6 },
7 });
This page took 0.075191 seconds and 4 git commands to generate.