Closed fregante closed 10 years ago
You are right this doesn't need to be a compass only extension and I should get around to making that an optional feature.
The way this is developed is because I created it for the way I like to work. For me having a function return the value like ceaser($easeInSine)
instead of relying on a variable is a better approach for my workflow, especially when working on a team and a large codebase. The function lets you know you are using a library and not a set of variables defined elsewhere.
Thanks for the feedback.
Why do you need Compass and all those functions for something that could be easily defined as:
And:
It's a single definition file with variables that can be used directly. What does
compass-ceaser-easing
offer over this approach (other than complexity)?