Autoprefixer already takes care of this for us.
background-position: 0 0;
}
}
-
@-o-keyframes progress-bar-stripes {
from {
background-position: 1 0;
background-position: 0 0;
}
}
-
@keyframes progress-bar-stripes {
from {
background-position: 1 0;
// Progress animations
//
-@-webkit-keyframes progress-bar-stripes {
- from { background-position: $line-height-computed 0; }
- to { background-position: 0 0; }
-}
-
@keyframes progress-bar-stripes {
from { background-position: $line-height-computed 0; }
to { background-position: 0 0; }