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
I am using gulp-sass-lint v1.3.2 with sass-lint v1.10.2.
For the following code:
img {
// Get rid of gap under images by making them display: inline-block; by defaultdisplay: inline-block;
vertical-align: middle;
// Grid defaults to get images and embeds to work properlymax-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
}
I am using
gulp-sass-lint v1.3.2
withsass-lint v1.10.2
.For the following code:
(from foundation-sites / _global.scss)
The following warning is throw:
The sass-lint config is :
(from .sass-lint.yml)
I expect this warning to not be thrown.
-ms-interpolation-mode
is an non-standard property for IE<=8 (see https://developer.mozilla.org/fr/docs/Web/CSS/Image-rendering)Edit: I have the same error for
-webkit-overflow-scrolling
.The text was updated successfully, but these errors were encountered: