Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Jan 20, 2012
1 parent bf34e70 commit 2fc2c90
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion readme.md
Expand Up @@ -56,7 +56,6 @@ Import the mixins at the beginning of your stylesheet
# Install without Rails
Bourbon includes an easy way to generate a directory with all the necessary files.

gem install bourbon
bourbon generate

This will create a `bourbon` directory that can be used by `sass --watch`. Move
Expand All @@ -71,6 +70,12 @@ In this case, you will need to import the mixins at the beginning of your styles

@import 'bourbon/bourbon';

To update your existing bourbon files, do this:

bourbon update

This will delete the bourbon directory and regenerate it.

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

Expand Down

0 comments on commit 2fc2c90

Please sign in to comment.