mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00: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,
|
||
|
};
|