diff options
| author | Chris Rebert <[email protected]> | 2015-10-31 14:37:13 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-31 14:37:22 -0700 |
| commit | 43b130022b333c25d9fa810ab2666059ed699f7a (patch) | |
| tree | 2421cfc340f52c64bd85c74074709d2a1ecdbb11 | |
| parent | 5f21aabaf708896dcf90953a345ac1b59b2c925e (diff) | |
| download | bootstrap-43b130022b333c25d9fa810ab2666059ed699f7a.tar.xz bootstrap-43b130022b333c25d9fa810ab2666059ed699f7a.zip | |
scss/_progress.scss: Add comments for IE9 CSS hacks
[skip sauce]
[skip validator]
| -rw-r--r-- | scss/_progress.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_progress.scss b/scss/_progress.scss index a93a63426..61e13b052 100644 --- a/scss/_progress.scss +++ b/scss/_progress.scss @@ -111,6 +111,7 @@ @include gradient-striped(); background-size: $spacer-y $spacer-y; } +// IE9 @media screen and (min-width:0\0) { .progress-bar-striped { @include gradient-striped(); @@ -129,6 +130,7 @@ .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; |
