compass/test
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
..
fixtures Turn off legacy IE support in @keyframes. 2012-04-13 19:56:27 +03:00
helpers fixed some issues with test runners calling out the the command line which was creating unexpected results 2011-12-11 01:31:54 -05:00
integrations global sprite configs for spacing closes #406 2012-03-24 09:10:25 -04:00
units updated test helper require 2012-03-23 11:35:55 -04:00
test_helper.rb fixed problem with path and ree/1.8.7 in test case 2012-01-31 11:29:39 -05:00