From 5f1176d5458201b5aa4ef412fc01b556fa331313 Mon Sep 17 00:00:00 2001 From: Phil LaPier Date: Fri, 16 Mar 2012 17:39:00 -0400 Subject: [PATCH] Further improvements to the readme --- readme.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/readme.md b/readme.md index a975878ab..a7c14e02a 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ -![Bourbon Sass Mixin Library](http://thoughtbot.com/bourbon/images/bourbon-logo.png) -## A simple and lightweight mixin library for Sass. +[![Bourbon Sass Mixin Library](http://thoughtbot.com/bourbon/images/bourbon-logo.png)](http://thoughtbot.com/bourbon) +# A simple and lightweight mixin library for Sass Bourbon is a comprehensive library of sass mixins that are designed to be simple and easy to use. No configuration required. The mixins aim to be as vanilla as possible, meaning they should be as close to the original CSS syntax as possible. @@ -8,7 +8,7 @@ The mixins contain vendor specific prefixes for all CSS3 properties for support amongst modern browsers. The prefixes also ensure graceful degradation for older browsers that support only CSS3 prefixed properties. Bourbon uses SCSS syntax. -#[Read the Documentation](http://thoughtbot.com/bourbon) +#[Documentation & Demo](http://thoughtbot.com/bourbon) # Requirements Sass 3.1+ @@ -56,7 +56,7 @@ Import the mixins at the beginning of your stylesheet rake bourbon:install[app/stylesheets] -# Rails 2.3 or a non-Rails project (static site, jekyll, wordpress, other...) +# Rails 2.3 or a non-Rails project (static site, jekyll, wordpress, etc...) Bourbon includes an easy way to generate a directory with all the necessary files. Install the bourbon gem: @@ -118,11 +118,11 @@ Bourbon aims to provide support for CSS3 properties that are not yet fully suppo border-radius @ border-radius(*args) @ border-radius-top(*args) - @ border-radius-top-left(*args) - @ border-radius-top-right(*args) + @ border-radius-top-left(*args) + @ border-radius-top-right(*args) @ border-radius-bottom(*args) - @ border-radius-bottom-left(*args) - @ border-radius-bottom-right(*args) + @ border-radius-bottom-left(*args) + @ border-radius-bottom-right(*args) @ border-radius-left(*args) @ border-radius-right(*args) @@ -135,9 +135,9 @@ Bourbon aims to provide support for CSS3 properties that are not yet fully suppo @column-fill(*args) @column-gap(*args) @column-rule(*args) - @column-rule-color(*args) - @column-rule-style(*args) - @column-rule-width(*args) + @column-rule-color(*args) + @column-rule-style(*args) + @column-rule-width(*args) @column-span(*args) @column-width(*args) @@ -156,8 +156,10 @@ Bourbon aims to provide support for CSS3 properties that are not yet fully suppo @ inline-block @ linear-gradient(*args) @ radial-gradient(*args) - @ transform(*args) - @ transform-origin(*args) + + transform + @ transform(*args) + @ transform-origin(*args) transition @ transition(*args) @@ -184,7 +186,6 @@ Bourbon aims to provide support for CSS3 properties that are not yet fully suppo @ button(*args) @ clearfix @ hide-text - @ position(*args) HTML5 Inputs #{$all-text-inputs}