You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But for long term, the rule should check for -webkit-touch-callout and this should be in the properties.yml list because touch-callout is not standard.
Using:
Sass-lint 1.10.2
Visual Studio Code 1.9.1
VSCode plugin Sass Lint 0.0.3
The text was updated successfully, but these errors were encountered:
When I use the properties
-webkit-touch-callout
i got a warning.It seems that the rule no-misspelled-properties remove the
-webkit-
prefix and there is notouch-callout
in the properties.yml.A quick fix is to add
touch-callout
in theextra-properties
option in the .sass-lint.yml file:But for long term, the rule should check for
-webkit-touch-callout
and this should be in the properties.yml list becausetouch-callout
is not standard.Using:
The text was updated successfully, but these errors were encountered: