forked from github/plane
10cde58363
* 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
10 lines
205 B
JavaScript
10 lines
205 B
JavaScript
// If you want to use other PostCSS plugins, see the following:
|
|
// https://tailwindcss.com/docs/using-with-preprocessors
|
|
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|