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
The -ms-interpolation-mode property is warned as being invalid. Interpolation mode is mostly used in my code to help improve IE 6 and 7 rendering of images that are scaled down. CSS-Tricks mentions it in their article IE Fix: Bicubic Scaling for Images.
The
-ms-interpolation-mode
property is warned as being invalid. Interpolation mode is mostly used in my code to help improve IE 6 and 7 rendering of images that are scaled down. CSS-Tricks mentions it in their article IE Fix: Bicubic Scaling for Images.bicubic.styl
bicubic.json
Output:
Warning: property is not valid File: bicubic.styl Line: 2: -ms-interpolation-mode: bicubic;
The text was updated successfully, but these errors were encountered: