Skip to content

Commit 244a732

Browse files
committed
disable vendor prefix another way
1 parent aa02645 commit 244a732

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

scss/.scss-lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,6 @@ linters:
400400
additional_identifiers: []
401401
excluded_identifiers: []
402402
severity: error
403-
exclude:
404-
- 'scss/_forms.scss'
405403

406404
ZeroUnit:
407405
enabled: true

scss/_forms.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,9 @@ dl.form {
372372
input::-webkit-outer-spin-button,
373373
input::-webkit-inner-spin-button {
374374
margin: 0;
375+
// scss-lint:disable VendorPrefix
375376
-webkit-appearance: none;
377+
// scss-lint:enable VendorPrefix
376378
}
377379

378380

@@ -491,10 +493,12 @@ input::-webkit-inner-spin-button {
491493
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAaCAMAAACNQ/wIAAAAYFBMVEUzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMS2aZBAAAAH3RSTlMAAQYNDg8VJDQ2N0JbdXZ4h4mKpL3Iycvb6vDx8vn+GLdSCAAAAHBJREFUeNq90TcSgDAMRFGRMwZMTnv/W+IBm6BxzSt/pUBGURKT73v+LdkGbNm7xDOUOXlKNOE0RaaEI7QxvIrX4db5pLgtXlqXyJH4kA5VYCr6Xw2msYxqWUgJetyGwH4cfkIjXaCsqfUd/GmMEKQdADIVzQIQilIAAAAASUVORK5CYII=) no-repeat right 8px center;
492494
background-size: 9px 13px;
493495
box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.075);
496+
// scss-lint:disable VendorPrefix
494497
// Have to include vendor prefixes as the `appearance` property isn't part of the CSS spec.
495498
-webkit-appearance: none;
496499
-moz-appearance: none;
497500
appearance: none;
501+
// scss-lint:enable VendorPrefix
498502

499503
&:focus {
500504
outline: none;

0 commit comments

Comments
 (0)