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; | |
} |
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 pl-5; | |
} | |
.trix-content ol { | |
@apply list-decimal pl-5; | |
} |
OlderNewer