mirror of
https://github.com/makeplane/plane.git
synced 2025-12-19 13:19:31 +01:00
7 lines
178 B
JavaScript
7 lines
178 B
JavaScript
|
|
const sharedConfig = require("tailwind-config-custom/tailwind.config.js");
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
// prefix ui lib classes to avoid conflicting with the app
|
||
|
|
...sharedConfig,
|
||
|
|
};
|