2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

_progress.scss: remove unnecessary @-webkit-keyframes

Autoprefixer already takes care of this for us.
This commit is contained in:
Chris Rebert
2014-12-08 20:36:33 -08:00
parent 57071cc68a
commit 94eecb84bf
2 changed files with 0 additions and 7 deletions
-5
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; }