mirror of
https://github.com/makeplane/plane.git
synced 2025-12-18 20:59:39 +01:00
8 lines
114 B
JavaScript
8 lines
114 B
JavaScript
|
|
module.exports = {
|
||
|
|
plugins: {
|
||
|
|
"tailwindcss/nesting": {},
|
||
|
|
tailwindcss: {},
|
||
|
|
autoprefixer: {},
|
||
|
|
},
|
||
|
|
};
|