mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
* refactor: lite and rich text editors * refactor: document editor migration * fix: add missing css import * refactor: issue embed widget splitting * chore: remove extensions folder from ee * chore: update web ee folder structure * fix: build errors --------- Co-authored-by: Satish Gandham <satish.iitg@gmail.com>
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,
|
|
};
|