mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 01:24:19 +02:00
mixins/_progress.scss: Note that 0\0 media query hack is for IE9
[skip sauce] [skip validator]
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
background-color: $color;
|
background-color: $color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// IE9
|
||||||
@media screen and (min-width:0\0) {
|
@media screen and (min-width:0\0) {
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
background-color: $color;
|
background-color: $color;
|
||||||
|
Reference in New Issue
Block a user