0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Partly revert cb7eb674accd24b6b73f26ef23cf4a301b6ebfaf

Fixes #13911
This commit is contained in:
Heinrich Fenkart 2014-06-24 17:08:16 +02:00
parent a0e98adebf
commit e9ac7c1e1c

View File

@ -6,6 +6,13 @@
// Bar animations
// -------------------------
// WebKit
@-webkit-keyframes progress-bar-stripes {
from { background-position: 40px 0; }
to { background-position: 0 0; }
}
// Spec and IE10+
@keyframes progress-bar-stripes {
from { background-position: 40px 0; }
to { background-position: 0 0; }