mirror of
https://github.com/makeplane/plane.git
synced 2025-12-17 20:37:54 +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,
|
||
|
|
};
|