mastodon/postcss.config.js

7 lines
107 B
JavaScript

module.exports = () => ({
plugins: {
autoprefixer: {},
'postcss-object-fit-images': {},
},
});