webappengine
Version:
A web application platform that can host multiple web apps running with Node.js.
21 lines (18 loc) • 460 B
text/stylus
html.ie9 {
/**
* Support for full multi-stop gradients with IE9 (using SVG).
* Add a "gradient" class to all your elements that have a gradient, and add the following override to your HTML to complete the IE9 support:
*
* <!--[if gte IE 9]>
* <style type="text/css">
* .gradient {
* filter: none;
* }
* </style>
* <![endif]-->
*
*/
.gradient {
filter: none;
}
}