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

Lint "--report-needless-disables"

This commit is contained in:
simurai 2020-02-21 23:29:49 +09:00
parent 08c486383b
commit f697b03e23
3 changed files with 0 additions and 3 deletions

View File

@ -26,6 +26,5 @@
}
.IssueLabel--big {
// stylelint-disable-next-line primer/spacing
padding: $spacer-1 12px;
}

View File

@ -82,6 +82,5 @@
.Label--blue {
// stylelint-disable-next-line primer/colors
color: $blue-600;
// stylelint-disable-next-line primer/borders
border-color: $border-blue;
}

View File

@ -9,7 +9,6 @@
.state, // TODO: Deprecate
.State {
display: inline-block;
// stylelint-disable-next-line primer/spacing
padding: $spacer-2 12px;
// stylelint-disable-next-line primer/typography
font-weight: 500;