Commit 94eecb84 authored by Chris Rebert's avatar Chris Rebert
Browse files

_progress.scss: remove unnecessary @-webkit-keyframes

Autoprefixer already takes care of this for us.
parent 57071cc6
Showing with 0 additions and 7 deletions
+0 -7
......@@ -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;
......
......@@ -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; }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment