Skip to content

Commit

Permalink
Fix transition defaults to work with firefox22+
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Jul 9, 2013
1 parent cde4cf8 commit 0aadc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/css3/_transition.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

@else {
$properties: all 0.15s ease-out 0;
$properties: all 0.15s ease-out 0s;
@include prefixer(transition, $properties, webkit moz spec);
}
}
Expand Down

0 comments on commit 0aadc56

Please sign in to comment.