Support all headings in tiptap
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -12,11 +12,12 @@
|
||||
|
||||
strong { @apply font-semibold; }
|
||||
|
||||
h1 { @apply text-2xl font-semibold mt-4; }
|
||||
|
||||
h2 { @apply text-xl font-semibold mt-3; }
|
||||
|
||||
h3 { @apply text-lg font-semibold mt-2; }
|
||||
h1 { @apply text-4xl font-semibold mt-4; }
|
||||
h2 { @apply text-3xl font-semibold mt-3; }
|
||||
h3 { @apply text-2xl font-semibold mt-2; }
|
||||
h4 { @apply text-xl font-semibold mt-2; }
|
||||
h5 { @apply text-lg font-semibold mt-2; }
|
||||
h6 { @apply text-base font-semibold mt-2; }
|
||||
|
||||
ul {
|
||||
@apply list-disc list-outside my-2 pl-4;
|
||||
|
||||
Reference in New Issue
Block a user