mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
mixins/_progress.scss: Note that 0\0 media query hack is for IE9
[skip sauce] [skip validator]
This commit is contained in:
parent
ec0c83f76b
commit
726525c0cf
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
background-color: $color;
|
||||
}
|
||||
|
||||
// IE9
|
||||
@media screen and (min-width:0\0) {
|
||||
.progress-bar {
|
||||
background-color: $color;
|
||||
|
|
Loading…
Reference in a new issue