Skip to content

Commit

Permalink
💄 remove first-child last-child special case
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Aug 2, 2024
1 parent 2243563 commit 6d54cdf
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 1em;
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
p {
margin: 0;
}
}
}
}
Expand Down

0 comments on commit 6d54cdf

Please sign in to comment.