Skip to content

Commit a9337bd

Browse files
committed
Linting fixes
1 parent 2477ee4 commit a9337bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/markdown/lists.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
list-style-type: none;
1414
}
1515
}
16-
16+
1717
ol[type="1"] {
1818
list-style-type: decimal;
1919
}
@@ -26,7 +26,6 @@
2626
list-style-type: lower-roman;
2727
}
2828

29-
3029
// Did someone complain about list spacing? Encourage them
3130
// to create the spacing with their markdown formatting.
3231
// List behavior should be controled by the markup, not the css.

0 commit comments

Comments
 (0)