2
0
forked from github/plane
plane/packages/editor/extensions/tailwind.config.js
M. Palanikannan 10cde58363 image can't be inserted inside table ()
* image can't be inserted inside table

Now we've diabled image icon from showing up if the cursor is inside a table node or if a table cell is selected

* added drag drop support for document editor

* fixed missing dependencies
2023-12-07 19:59:35 +05:30

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,
};