5.0.0 • Published 9 years ago

stylecow-plugin-msfilter-background-alpha v5.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

5.0.0

9 years ago

4.1.0

9 years ago

4.0.3

9 years ago

4.0.2

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.0

9 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago