mirror of
https://github.com/makeplane/plane.git
synced 2025-12-17 04:17:57 +01:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
|
|
module.exports = {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
autoprefixer: {},
|
||
|
|
},
|
||
|
|
};
|