stylecow-plugin-msfilter-linear-gradient
v5.0.0
Published
Stylecow plugin to emulate the linear-gradient background in explorer < 9 using ms filters.
Downloads
31
Readme
stylecow plugin msfilter-linear-gradient
Stylecow plugin to emulate the linear-gradient background in explorer < 9 using ms filters
You write:
body {
background-image: linear-gradient(to bottom, red, blue);
}
And stylecow converts to:
body {
background-image: linear-gradient(to bottom, red, blue);
-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorStr="#FF0000", endColorStr="#0000FF")';
}
More demos in the tests folder