Skip to content

Commit

Permalink
scss/_progress.scss: Add comments for IE9 CSS hacks
Browse files Browse the repository at this point in the history
[skip sauce]
[skip validator]
  • Loading branch information
cvrebert committed Oct 31, 2015
1 parent 5f21aab commit 43b1300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/_progress.scss
Expand Up @@ -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();
Expand All @@ -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;
Expand Down

0 comments on commit 43b1300

Please sign in to comment.