stylecow-plugin-msfilter-background-alpha

5.0.0 • Public • Published

stylecow plugin msfilter-background-alpha

Build Status

Stylecow plugin to add ms filters emulating the rgba/hsla colors in backgrounds in explorer < 9 using ms filters. More info: http://css-tricks.com/rgba-browser-support/

You write:

body {
    background: rgba(0, 0, 0, 0.2);
}

And stylecow converts to:

body {
    background: rgba(0, 0, 0, 0.2);
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorStr="#33000000", endColorStr="#33000000")';
}

More demos in the tests folder

/stylecow-plugin-msfilter-background-alpha/

    Package Sidebar

    Install

    npm i stylecow-plugin-msfilter-background-alpha

    Weekly Downloads

    4

    Version

    5.0.0

    License

    MIT

    Last publish

    Collaborators

    • oscarotero