stylecow-plugin-msfilter-linear-gradient

5.0.0 • Public • Published

stylecow plugin msfilter-linear-gradient

Build Status

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

Readme

Keywords

none

Package Sidebar

Install

npm i stylecow-plugin-msfilter-linear-gradient

Weekly Downloads

3

Version

5.0.0

License

MIT

Last publish

Collaborators

  • oscarotero