Skip to content

Commit

Permalink
Update packages/styles/src/elements/paragraph.scss
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Schürch <[email protected]>
  • Loading branch information
bashirkarimi and oliverschuerch authored Oct 7, 2024
1 parent 5858f8b commit b56d650
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/styles/src/elements/paragraph.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ tokens.$default-map: elements.$post-paragraph;

p {
margin-block-start: tokens.get('paragraph', 'margin-block-start');

&:first-child {
margin-block-start: 0;
}
}

0 comments on commit b56d650

Please sign in to comment.