Skip to content

Commit

Permalink
replace sass-mixins reference with bourbon reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jul 25, 2011
1 parent 7c518cb commit d42e838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If you use Sass in your application, the flutie stylesheets are also available a

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.

We also have a [Sass-Mixins gem](https://github.com/thoughtbot/sass-mixins) available, which extends flutie with a set of vanilla sass mixins.
We also have a [Bourbon](https://github.com/thoughtbot/bourbon) gem available, which can be used to extend flutie with a set of vanilla sass mixins.

### Custom Styles

Expand Down
5 changes: 2 additions & 3 deletions app/assets/stylesheets/sass/flutie/flutie.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// Optional import of sass mixins. See read me for instructions.
// @import 'sass-mixins/mixins';
// Optional import of sass mixins from bourbon. See read me for instructions.
// @import 'bourbon/bourbon';
@import 'reset';
@import 'defaults';
@import 'type';
@import 'forms';
@import 'tables';
@import 'lists';
@import 'screen';

0 comments on commit d42e838

Please sign in to comment.