mastodon/postcss.config.js

7 lines
107 B
JavaScript
Raw Normal View History

2022-05-09 17:57:57 +00:00
module.exports = () => ({
plugins: {
autoprefixer: {},
'postcss-object-fit-images': {},
},
});