From: Chris Rebert Date: Sat, 31 Oct 2015 21:37:13 +0000 (-0700) Subject: scss/_progress.scss: Add comments for IE9 CSS hacks X-Git-Tag: v4.0.0-alpha.2~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43b130022b333c25d9fa810ab2666059ed699f7a;p=thirdparty%2Fbootstrap.git scss/_progress.scss: Add comments for IE9 CSS hacks [skip sauce] [skip validator] --- diff --git a/scss/_progress.scss b/scss/_progress.scss index a93a634267..61e13b0528 100644 --- a/scss/_progress.scss +++ b/scss/_progress.scss @@ -111,6 +111,7 @@ @include gradient-striped(); background-size: $spacer-y $spacer-y; } +// IE9 @media screen and (min-width:0\0) { .progress-bar-striped { @include gradient-striped(); @@ -129,6 +130,7 @@ .progress-animated[value]::-moz-progress-bar { animation: progress-bar-stripes 2s linear infinite; } +// IE9 @media screen and (min-width:0\0) { .progress-animated .progress-bar-striped { animation: progress-bar-stripes 2s linear infinite;