Remove postcss-object-fit-images

This commit is contained in:
Alex Gleason
2022-12-30 12:13:53 -06:00
parent 1697eb7f32
commit 3dee22a3ff
3 changed files with 2 additions and 147 deletions

View File

@ -2,7 +2,6 @@ module.exports = ({ env }) => ({
plugins: {
tailwindcss: {},
autoprefixer: {},
'postcss-object-fit-images': {},
cssnano: env === 'production' ? {} : false,
},
});