mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
* chore: organised the page comments folder * chore: corrected the filter * fix: parity * fix: padding and spacing issues * fix: dev wiki redirection * fix: cancel icon on top of the reference text * fix: hover styles and padding in new comment form * fix: added back animations and better styles * fix: show latest comment * fix: comment creation handling fixed * fix: border and hover states fix * fix: truncate fixes * fix: reply controller count values * fix: scroll after opening reliably * fix: add comment control * fix: all other ux issues * fix: count of showing/hiding --------- Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com>
8 lines
247 B
JavaScript
8 lines
247 B
JavaScript
/* eslint-disable @typescript-eslint/no-var-requires */
|
|
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
const sharedConfig = require("@plane/tailwind-config/tailwind.config.js");
|
|
|
|
module.exports = {
|
|
presets: [sharedConfig],
|
|
};
|