Disable on line of the lint checker 'no vendor prefixes'

This commit is contained in:
CJ Patoilo 2020-05-21 01:18:15 -03:00
parent b8a0718310
commit c70a9205ad
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ input[type='week'],
input:not([type]),
textarea,
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
border: .1rem solid $color-quaternary
border-radius: .4rem