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-03-02 17:25:58 +09:00
parent 8f0e32114e
commit 80552929b9

View File

@ -4,7 +4,6 @@
.form-select {
display: inline-block;
max-width: 100%;
// stylelint-disable-next-line primer/typography
height: $size-5;
padding-right: $spacer-4;
background-color: $bg-white;