readme.md in bourbon-1.3.3 vs readme.md in bourbon-1.3.4

- old
+ new

@@ -16,10 +16,12 @@ Then run: $ bundle install +Bourbon On [RubyGems](https://rubygems.org/gems/bourbon) + ## Rails 3.1.x Rename application.css to application.css.scss: mv app/assets/stylesheets/application.css app/assets/stylesheets/application.css.scss @@ -37,11 +39,11 @@ @import "bourbon"; @import "home"; @import "users"; -## Rails 3.0.10 and below +## Rails 3.0.x and below For Rails < 3.1 you must run the installation rake task. Please note, you should run this task every time a new version of Bourbon is released. This will copy the Sass files into your project's public/stylesheets/sass directory. rake bourbon:install @@ -51,11 +53,11 @@ *Optional*: If you use a non-standard location for your sass files, you can specify the path to your sass files as an argument to the install task rake bourbon:install[app/stylesheets] -# Install without Rails +# Install in a non-rails project (static site, jekyll, wordpress, other...) Bourbon includes an easy way to generate a directory with all the necessary files. Install the bourbon gem: gem install bourbon @@ -88,16 +90,17 @@ # Browser support Bourbon aims to provide support for CSS3 properties that are not yet fully supported in modern stable browsers. # All Supported Functions, Mixins, and Addons -[View the Bourbon documentation](http://thoughtbot.com/bourbon) +[View the Bourbon documentation](http://thoughtbot.com/bourbon) *@ denotes a mixin and must be prefaced with @include* #Functions -------------------------------- compact(*args) + modular-scale(*args) golden-ratio(*args) grid-width(*args) linear-gradient(*args) radial-gradient(*args) shade(*args)