Skip to content

Commit

Permalink
Fix Stylelint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwbailey committed Apr 7, 2021
1 parent d904feb commit ff81fb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/css/components/content/_lists.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// Namespace
.c-content,
.c-content,
.c-person {
dl,
ul {
/* stylelint-disable-selector-list-comma-newline-after */
margin-left: map-get($global-post-content-inset, small);

// Breakpoints
Expand Down Expand Up @@ -92,6 +93,7 @@
dt {
font-weight: $font-weight-bold;
margin-top: 1.5rem;
/* stylelint-disable-selector-list-comma-newline-after */
margin-left: map-get($global-post-content-inset, small) * -1;
}

Expand Down

0 comments on commit ff81fb6

Please # to comment.