Skip to content

Commit

Permalink
fix: restore correct behavior of yfm_no-list-reset modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
brotheroftux committed Feb 19, 2025
1 parent 25cc6ac commit 8ebe6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
content: counter(list) '. ';
}

ol.yfm_no-list-reset {
&.yfm_no-list-reset ol {
counter-reset: unset;

// No direct ancestor (>) combinator to preserve legacy behavior
Expand Down

0 comments on commit 8ebe6fd

Please sign in to comment.