Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Remove opera prefix from the keyframes mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Aug 1, 2013
1 parent 331c5f7 commit 9dfe80c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/assets/stylesheets/css3/_keyframes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
@content;
}
}
@if $original-prefix-for-opera {
@include disable-prefix-for-all();
$prefix-for-opera: true;
@-o-keyframes #{$name} {
@content;
}
}
@if $original-prefix-for-spec {
@include disable-prefix-for-all();
$prefix-for-spec: true;
Expand Down

0 comments on commit 9dfe80c

Please sign in to comment.