Skip to content

Commit

Permalink
Prettier style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnStraus committed Dec 20, 2024
1 parent c53778a commit 892f9ea
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
.root {
& :where(h1, h2, h3, h4, h5, h6, img, p, ul, ol, hr, pre, table, caption, blockquote) :first-child {
&
:where(h1, h2, h3, h4, h5, h6, img, p, ul, ol, hr, pre, table, caption, blockquote)
:first-child {
margin-top: 0;
}

& :where(h1, h2, h3, h4, h5, h6, img, p, ul, ol, hr, pre, table, caption, blockquote) :last-child {
&
:where(h1, h2, h3, h4, h5, h6, img, p, ul, ol, hr, pre, table, caption, blockquote)
:last-child {
margin-bottom: 0;
}

Expand Down

0 comments on commit 892f9ea

Please sign in to comment.