From 5e005b96452367dfbd84fc3f304f18648d8ad45f Mon Sep 17 00:00:00 2001 From: Jeremy Raines Date: Tue, 6 Sep 2011 22:18:22 -0700 Subject: [PATCH] fixes #13 by making the docs for using outside Rails a bit more explicit. --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index ffd987ce0..2dff32711 100644 --- a/readme.md +++ b/readme.md @@ -64,6 +64,9 @@ Preliminary step: clone this repo and cd into the directory. # Example (project root directory) 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 Bourbon aims to provide support for CSS3 properties that are not yet fully supported in modern stable browsers.