Skip to content

Commit c63e773

Browse files
Moved tables CSS import (#467)
1 parent d4bb58f commit c63e773

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/core/src/editor/BlockNoteEditor.ts

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ import { Selection } from "./selectionTypes";
6767
import { transformPasted } from "./transformPasted";
6868

6969
// CSS
70-
import "prosemirror-tables/style/tables.css";
7170
import "./Block.css";
7271
import "./editor.css";
7372

packages/core/src/editor/editor.css

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import url("../assets/fonts-inter.css");
2+
@import url("prosemirror-tables/style/tables.css");
23

34
.bn-editor {
45
outline: none;

0 commit comments

Comments
 (0)