compass/frameworks
Stan Angeloff cab02128a7 Turn off legacy IE support in @keyframes.
This commit turns off $legacy-support-for-ie* for @content within the
@keyframes mixin.

If a project has legacy IE support turned on, certain mixins add property
definitions which are not affected by $experimental-support-for-*. One
such mixin is @opacity with will add a `filter:` property.

Because IE 6, 7 and 8 do not support CSS animations and keyframes, we can
safely turn off the support and restore to its previous values once we are
done rendering the @keyframes @content.
2012-04-13 19:56:27 +03:00
..
blueprint Use placeholder selectors to make the blueprint reset module much cleaner. 2012-03-18 01:45:29 -07:00
compass Turn off legacy IE support in @keyframes. 2012-04-13 19:56:27 +03:00