From 6771773fa45a7cca7ca4cbeff52c75fb7f0c0cf7 Mon Sep 17 00:00:00 2001 From: Lakhan Date: Mon, 4 Nov 2024 15:12:42 +0530 Subject: [PATCH] fix: global css conflict --- packages/editor/src/styles/editor.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/editor/src/styles/editor.css b/packages/editor/src/styles/editor.css index 8ee5f860543..05c9dc1456b 100644 --- a/packages/editor/src/styles/editor.css +++ b/packages/editor/src/styles/editor.css @@ -1,7 +1,3 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; - .ProseMirror { position: relative; word-wrap: break-word;