mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 15:19:52 +02:00
scss/_progress.scss: Add comments for IE9 CSS hacks
[skip sauce] [skip validator]
This commit is contained in:
@@ -111,6 +111,7 @@
|
|||||||
@include gradient-striped();
|
@include gradient-striped();
|
||||||
background-size: $spacer-y $spacer-y;
|
background-size: $spacer-y $spacer-y;
|
||||||
}
|
}
|
||||||
|
// IE9
|
||||||
@media screen and (min-width:0\0) {
|
@media screen and (min-width:0\0) {
|
||||||
.progress-bar-striped {
|
.progress-bar-striped {
|
||||||
@include gradient-striped();
|
@include gradient-striped();
|
||||||
@@ -129,6 +130,7 @@
|
|||||||
.progress-animated[value]::-moz-progress-bar {
|
.progress-animated[value]::-moz-progress-bar {
|
||||||
animation: progress-bar-stripes 2s linear infinite;
|
animation: progress-bar-stripes 2s linear infinite;
|
||||||
}
|
}
|
||||||
|
// IE9
|
||||||
@media screen and (min-width:0\0) {
|
@media screen and (min-width:0\0) {
|
||||||
.progress-animated .progress-bar-striped {
|
.progress-animated .progress-bar-striped {
|
||||||
animation: progress-bar-stripes 2s linear infinite;
|
animation: progress-bar-stripes 2s linear infinite;
|
||||||
|
Reference in New Issue
Block a user