Skip to content

Commit

Permalink
Make ceaser-transition compatible with compass 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Mar 26, 2012
1 parent 967ed4e commit 8eb0b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/ceaser-easing/_ceaser.sass
Expand Up @@ -9,5 +9,5 @@

@mixin ceaser-transition($type: "ease", $properties: all, $duration: 500ms, $delay: 0)
$easingValue : returnEaseType($type)
@include transition($properties, $duration, cubic-bezier(unquote($easingValue)), $delay)
@include transition($properties $duration cubic-bezier(unquote($easingValue)) $delay)

0 comments on commit 8eb0b0b

Please sign in to comment.