🔀 Merge pull request #841 from jpanther/dependabot/npm_and_yarn/tailwindcss/typography-0.5.11

📌 Bump @tailwindcss/typography from 0.5.10 to 0.5.11
This commit is contained in:
James Panther
2024-04-17 09:33:13 +10:00
committed by GitHub
3 changed files with 13 additions and 13 deletions
+5 -5
View File
@@ -751,6 +751,11 @@ video {
margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 600;
font-family: inherit;
@@ -950,11 +955,6 @@ video {
margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5em;
margin-bottom: 0.5em;