Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-ms-interpolation-mode property warned as invalid #62

Closed
awayken opened this issue Mar 20, 2015 · 2 comments
Closed

-ms-interpolation-mode property warned as invalid #62

awayken opened this issue Mar 20, 2015 · 2 comments
Labels
Milestone

Comments

@awayken
Copy link
Contributor

awayken commented Mar 20, 2015

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

img {
    -ms-interpolation-mode: bicubic;
}

bicubic.json

{
    "alphabetical": true,
    "borderNone": true,
    "brackets": false,
    "colons": false,
    "colors": false,
    "commaSpace": true,
    "commentSpace": false,
    "cssLiteral": false,
    "depthLimit": false,
    "duplicates": true,
    "efficient": true,
    "enforceBlockStyle": false,
    "enforceVarStyle": false,
    "extendPref": false,
    "globalDupe": false,
    "indentSpaces": 4,
    "leadingZero": true,
    "maxWarnings": 10,
    "maxWarningsKill": false,
    "mixed": false,
    "namingConvention": false,
    "parenSpace": false,
    "placeholders": true,
    "semicolons": false,
    "universal": true,
    "valid": true,
    "whitespace": true,
    "zeroUnits": true,
    "zIndexDuplicates": false,
    "zIndexNormalize": false
}

Output:

Warning:  property is not valid
File: bicubic.styl
Line: 2: -ms-interpolation-mode: bicubic;
@rossPatton rossPatton added the bug label Mar 20, 2015
@rossPatton rossPatton modified the milestone: 0.9.3 Mar 20, 2015
@rossPatton
Copy link
Collaborator

this will be fixed in the next update

@awayken
Copy link
Contributor Author

awayken commented Mar 23, 2015

Tested this on develop, and it looks good!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants