1
1
mirror of https://github.com/primer/css.git synced 2024-12-14 06:44:38 +03:00

Lint "--report-needless-disables"

This commit is contained in:
simurai 2020-02-25 17:35:10 +09:00
parent ebd820cb99
commit 32d26f4ad4

View File

@ -86,7 +86,6 @@
.avatar {
float: left;
// stylelint-disable-next-line primer/spacing
margin-right: $spacer-1;
}
@ -106,7 +105,6 @@
font-weight: 500;
// stylelint-disable-next-line primer/typography
line-height: 23px;
// stylelint-disable-next-line primer/typography
color: $text-black;
border-bottom: $border-width $border-style $border-gray-light;