mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-14 10:24:03 +01:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
module.exports = () => ({
|
|
plugins: {
|
|
autoprefixer: {},
|
|
'postcss-object-fit-images': {},
|
|
},
|
|
});
|