mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
|
|
module.exports = {
|
||
|
|
plugins: {
|
||
|
|
'postcss-preset-mantine': {},
|
||
|
|
},
|
||
|
|
};
|