Skip to content

Instantly share code, notes, and snippets.

.trix-content ul {
@apply list-disc;
}
.trix-content ol {
@apply list-decimal;
}
.trix-content ul {
@apply list-disc pl-5;
}
.trix-content ol {
@apply list-decimal pl-5;
}