Skip to content

Commit

Permalink
fixes #13 by making the docs for using outside Rails a bit more expli…
Browse files Browse the repository at this point in the history
…cit.
  • Loading branch information
jraines committed Sep 7, 2011
1 parent e67bd8c commit 5e005b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Expand Up @@ -64,6 +64,9 @@ Preliminary step: clone this repo and cd into the directory.
# Example (project root directory) # Example (project root directory)
sass --watch stylesheets/sass:stylesheets -r ./stylesheets/sass/bourbon/lib/bourbon.rb sass --watch stylesheets/sass:stylesheets -r ./stylesheets/sass/bourbon/lib/bourbon.rb


In this case as well, you will need to import the mixins at the beginning of your stylesheet

@import 'bourbon/bourbon';


#Browser support #Browser support
Bourbon aims to provide support for CSS3 properties that are not yet fully supported in modern stable browsers. Bourbon aims to provide support for CSS3 properties that are not yet fully supported in modern stable browsers.
Expand Down

0 comments on commit 5e005b9

Please sign in to comment.