diff options
| author | Chris Rebert <[email protected]> | 2015-10-27 12:34:26 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-27 12:34:26 -0700 |
| commit | 726525c0cf4c1d61f4284bf3cb855c0a8f0d2f44 (patch) | |
| tree | 555c365c0594d49f1045d60f0fd073b394dd38fd | |
| parent | ec0c83f76b5a5c01da8e06a4b8e14b5b923ac757 (diff) | |
| download | bootstrap-726525c0cf4c1d61f4284bf3cb855c0a8f0d2f44.tar.xz bootstrap-726525c0cf4c1d61f4284bf3cb855c0a8f0d2f44.zip | |
mixins/_progress.scss: Note that 0\0 media query hack is for IE9
[skip sauce]
[skip validator]
| -rw-r--r-- | scss/mixins/_progress.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/mixins/_progress.scss b/scss/mixins/_progress.scss index 802e179a4..e174141dc 100644 --- a/scss/mixins/_progress.scss +++ b/scss/mixins/_progress.scss @@ -9,6 +9,7 @@ background-color: $color; } + // IE9 @media screen and (min-width:0\0) { .progress-bar { background-color: $color; |
