]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
scss/_progress.scss: Add comments for IE9 CSS hacks
authorChris Rebert <code@chrisrebert.com>
Sat, 31 Oct 2015 21:37:13 +0000 (14:37 -0700)
committerChris Rebert <code@chrisrebert.com>
Sat, 31 Oct 2015 21:37:22 +0000 (14:37 -0700)
[skip sauce]
[skip validator]

scss/_progress.scss

index a93a634267a128e16b95905a37f3ccf70da6a099..61e13b052865de18703043b8b53a784a55c76687 100644 (file)
   @include gradient-striped();
   background-size: $spacer-y $spacer-y;
 }
+// IE9
 @media screen and (min-width:0\0) {
   .progress-bar-striped {
     @include gradient-striped();
 .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;