Skip to content

Commit

Permalink
(less) Remove unusual keyframes prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanvasovic committed Nov 13, 2013
1 parent 47e9d15 commit 8eb8646
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions progress-bars.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@
to { background-position: 0 0; }
}

// Firefox
@-moz-keyframes progress-bar-stripes {
from { background-position: 40px 0; }
to { background-position: 0 0; }
}

// Opera
@-o-keyframes progress-bar-stripes {
from { background-position: 0 0; }
to { background-position: 40px 0; }
}

// Spec and IE10+
@keyframes progress-bar-stripes {
from { background-position: 40px 0; }
Expand Down

0 comments on commit 8eb8646

Please sign in to comment.