Skip to content

Commit 4655e85

Browse files
committed
Fixes
1 parent 02a06d9 commit 4655e85

File tree

2 files changed

+6
-50
lines changed

2 files changed

+6
-50
lines changed

resources/css/commentions.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url("tailwindcss") prefix(comm) important;
1+
@import "tailwindcss" source(none) prefix(comm) important;
22

33
@source "../views/";
44
@source "../../src";
@@ -9,6 +9,10 @@
99
display: none;
1010
}
1111

12+
.tiptap {
13+
@apply comm:text-sm comm:leading-normal;
14+
}
15+
1216
.tiptap p.is-editor-empty::before {
1317
color: #adb5bd;
1418
content: attr(data-placeholder);

0 commit comments

Comments
 (0)