From 43b130022b333c25d9fa810ab2666059ed699f7a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 31 Oct 2015 14:37:13 -0700 Subject: [PATCH] scss/_progress.scss: Add comments for IE9 CSS hacks [skip sauce] [skip validator] --- scss/_progress.scss | 2 ++ 1 file changed, 2 insertions(+) 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;