// }
// IE9 hacks to accompany custom markup. We don't need to scope this via media queries, but I feel better doing it anyway.
-@media screen and ("min-width:0\0") {
+@media screen and (min-width:0\0) {
.progress {
background-color: #eee;
@include border-radius($border-radius-base);
@include gradient-striped();
background-size: $spacer-y $spacer-y;
}
-@media screen and ("min-width:0\0") {
+@media screen and (min-width:0\0) {
.progress-bar-striped {
@include gradient-striped();
background-size: $spacer-y $spacer-y;
.progress-animated[value]::-moz-progress-bar {
animation: progress-bar-stripes 2s linear infinite;
}
-@media screen and ("min-width:0\0") {
+@media screen and (min-width:0\0) {
.progress-animated .progress-bar-striped {
animation: progress-bar-stripes 2s linear infinite;
}
background-color: $color;
}
- @media screen and ("min-width:0\0") {
+ @media screen and (min-width:0\0) {
.progress-bar {
background-color: $color;
}