Skip to content

Commit 8ebe6fd

Browse files
committed
fix: restore correct behavior of yfm_no-list-reset modifier
1 parent 25cc6ac commit 8ebe6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/_common.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
content: counter(list) '. ';
320320
}
321321

322-
ol.yfm_no-list-reset {
322+
&.yfm_no-list-reset ol {
323323
counter-reset: unset;
324324

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

0 commit comments

Comments
 (0)