Created
October 31, 2023 00:32
-
-
Save mlins/7b9f4a67be90570567ca419c9103e1cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.trix-content ul { | |
@apply list-disc; | |
} | |
.trix-content ol { | |
@apply list-decimal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment