mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-23 16:13:15 -05:00
14 lines
215 B
JavaScript
14 lines
215 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
autoprefixer: {
|
||
|
browsers: [
|
||
|
'last 2 versions',
|
||
|
'IE >= 11',
|
||
|
'iOS >= 9',
|
||
|
],
|
||
|
},
|
||
|
'postcss-object-fit-images': {},
|
||
|
cssnano: {},
|
||
|
},
|
||
|
};
|