]> cat aescling's git repositories - mastodon.git/blob - postcss.config.js
Bump ox from 2.14.1 to 2.14.2 (#15854)
[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.082937 seconds and 5 git commands to generate.