Skip to content

Commit

Permalink
clarify how to pull in flutie via sass
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jun 29, 2011
1 parent 47c4f32 commit 7f26f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ bc. <%= stylesheet_link_tag :flutie, 'admin', :cache => true %>

### Sass

If you use Sass in your application, the flutie stylesheets are also available as scss files, installed in public/stylesheets/sass/flutie. This location is automatically added to your Sass template load path. These files can be imported into your own sass files for use with the following:
If you use Sass in your application, the flutie stylesheets are also available as scss files, installed in public/stylesheets/sass/flutie. These files can be imported into your own sass files for use with the following:

@import "flutie";
@import "flutie/flutie";

You'll want to import flutie before any of your own styles so that you can do things like extend your classes with flutie classes.

Expand Down

0 comments on commit 7f26f7e

Please sign in to comment.