Skip to content

Commit

Permalink
Update README to include documentations for ceaser easing sass function
Browse files Browse the repository at this point in the history
  • Loading branch information
jhardy committed Jul 4, 2011
1 parent b43f5b2 commit b170a67
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.mkdn
Expand Up @@ -10,30 +10,27 @@ Installation

Install gem from the command line:

sudo gem install ceaser-easing

Create a new project using Sassy Buttons

compass create project_name -r ceaser-easing --using ceaser-easing
(sudo) gem install ceaser-easing

#import ceaser-easing into your sass/scss file
@import "ceaser-easing"
Adding Ceaser Easing to an exiting project:


Adding Sassy Buttons to an exiting project:

# Edit the project configuration file and add:
require 'ceaser-easing'

# From the command line:
compass install ceaser-easing

#import ceaser-easing into your sass/scss file
@import "ceaser-easing"


Create a new project using Ceaser Easing

compass create project_name -r ceaser-easing --using ceaser-easing

#import ceaser-easing into your sass/scss file
@import "ceaser-easing"



Using Ceaser Easing
===================
Expand Down

0 comments on commit b170a67

Please sign in to comment.