mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-preset-mantine': {
|
|
mixins: {},
|
|
},
|
|
},
|
|
};
|