mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 22:32:17 +02:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-preset-mantine': {
|
|
mixins: {},
|
|
},
|
|
},
|
|
};
|