]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
mixins/_progress.scss: Note that 0\0 media query hack is for IE9
authorChris Rebert <github@chrisrebert.com>
Tue, 27 Oct 2015 19:34:26 +0000 (12:34 -0700)
committerChris Rebert <github@chrisrebert.com>
Tue, 27 Oct 2015 19:34:26 +0000 (12:34 -0700)
[skip sauce]
[skip validator]

scss/mixins/_progress.scss

index 802e179a413e334d7a3a35fcb101bf320dc7ac1f..e174141dc8cd91b092c57d00d2bd90505f96eb8b 100644 (file)
@@ -9,6 +9,7 @@
     background-color: $color;
   }
 
+  // IE9
   @media screen and (min-width:0\0) {
     .progress-bar {
       background-color: $color;