Navigation Menu

Skip to content

Commit

Permalink
Further improvements to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Mar 16, 2012
1 parent f5cdfad commit 5f1176d
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions 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.
Expand All @@ -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+
Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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)

Expand All @@ -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)

Expand All @@ -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)
Expand All @@ -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}
Expand Down

0 comments on commit 5f1176d

Please sign in to comment.