0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Merge pull request #9 from twbs/less-vendor-prefixing

_progress.scss: remove unnecessary @-webkit-keyframes
This commit is contained in:
Mark Otto 2014-12-08 22:48:03 -08:00
commit 63639f9913
2 changed files with 0 additions and 7 deletions

View File

@ -3994,7 +3994,6 @@ a.badge:hover, a.badge:focus {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 1 0;
@ -4004,7 +4003,6 @@ a.badge:hover, a.badge:focus {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1 0;

View File

@ -9,11 +9,6 @@
// 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; }