From 20b2a709396aa289fdf49d6e918f7fb82e63a509 Mon Sep 17 00:00:00 2001 From: Lakhan Baheti <94619783+1akhanBaheti@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:15:17 +0530 Subject: [PATCH] fix: global css conflict (#5945) --- 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 8ee5f8605..05c9dc145 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;