Disable on line of the lint checker 'no vendor prefixes'
This commit is contained in:
parent
b8a0718310
commit
c70a9205ad
@ -18,7 +18,7 @@ input[type='week'],
|
|||||||
input:not([type]),
|
input:not([type]),
|
||||||
textarea,
|
textarea,
|
||||||
select
|
select
|
||||||
-webkit-appearance: none // Removes awkward default styles on some inputs for iOS. Firefox and Edge also support -webkit-appearance
|
-webkit-appearance: none // sass-lint:disable-line no-vendor-prefixes
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
border: .1rem solid $color-quaternary
|
border: .1rem solid $color-quaternary
|
||||||
border-radius: .4rem
|
border-radius: .4rem
|
||||||
|
Loading…
Reference in New Issue
Block a user