Skip to content

Commit

Permalink
Default font weight for strong is bold not boldER
Browse files Browse the repository at this point in the history
I believe this is a mistake, unless I am missing something its crazy how long this is in.
  • Loading branch information
nextgenthemes authored Jan 31, 2025
1 parent 5708adc commit 7b0ff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ blockquote {

b,
strong {
font-weight: $font-weight-bolder;
font-weight: $font-weight-bold;
}


Expand Down

0 comments on commit 7b0ff83

Please # to comment.