Skip to content

Commit

Permalink
fix: comply with native CSS nesting to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
LeBenLeBen committed Sep 5, 2024
1 parent 13ed6ed commit 95e5162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/defaults/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ dl {
}

dd {
@include clearfix;
#{$margin-left}: calc(100px + #{$spacing-unit-small});

@include clearfix;
}
}

Expand Down

0 comments on commit 95e5162

Please sign in to comment.