mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 13:41:08 +02:00
6 lines
75 B
JavaScript
6 lines
75 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|