mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-08 03:02:19 +00:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
|
|
module.exports = {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
autoprefixer: {},
|
||
|
|
},
|
||
|
|
};
|