fix: prism token style clash with tailwind

This commit is contained in:
Timothy Lin 2022-02-05 12:47:44 +08:00
parent a5244d2b4b
commit 59256180de

View file

@ -134,3 +134,7 @@
.token.italic {
font-style: italic;
}
.token.table {
display: inline;
}