Skip to content

Commit

Permalink
Update index.scss
Browse files Browse the repository at this point in the history
Fix: Incorrect table of contents count #619
#619 (comment)
  • Loading branch information
nemu1113 committed Jul 24, 2022
1 parent e4a2712 commit 036ab11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/main/scss/post/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
@for $heading from 2 through $numberifyHeadingsEndLevel {
h#{$heading} {
@if $heading < $numberifyHeadingsEndLevel {
counter-reset: h#{$heading + 1}counter; /* stylelint-disable-line */
counter-reset: h#{$heading + 1}Counter; /* stylelint-disable-line */
}

&::before {
Expand Down

0 comments on commit 036ab11

Please sign in to comment.