1
1
mirror of https://github.com/primer/css.git synced 2024-11-09 12:22:47 +03:00

Linting fixes

This commit is contained in:
Jon Rohan 2021-04-27 09:07:46 -07:00
parent 2477ee4eb7
commit a9337bdefb
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -13,7 +13,7 @@
list-style-type: none;
}
}
ol[type="1"] {
list-style-type: decimal;
}
@ -26,7 +26,6 @@
list-style-type: lower-roman;
}
// Did someone complain about list spacing? Encourage them
// to create the spacing with their markdown formatting.
// List behavior should be controled by the markup, not the css.