Skip to content

Commit

Permalink
Merge pull request #53 from alextsg/patch-1
Browse files Browse the repository at this point in the history
Update README.md fix grammar
  • Loading branch information
Alex Wolfe committed Dec 27, 2014
2 parents 9bedcce + 6a1c25c commit e0978cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ View the [showcase demo](http://unicorn-ui.com/buttons/) to see the buttons in
We've made some major improvements to the Buttons library. In order to integrate buttons into your current project you'll need to make the following changes:

1. Compass has been replaced with [autoprefixer](https://github.com/postcss/autoprefixer). Compass is not recommended but it is still supported.
2. Button colors are now complete independent (ex. button-primary) we no longer have classes like <code>button-flat-primary</code> to achieve this you now simply add <code>button-flat button-primary</code>
2. Button colors are now completely independent (ex. button-primary). We no longer have classes like <code>button-flat-primary</code>, so to achieve this you now simply add <code>button-flat button-primary</code>
3. Buttons styles are now independent (ex. button-flat, button-3d, etc.). You can apply these styles and they will automatically pick up the color attached to the button (ex. button-primary button-3d)

## Customize Buttons (Recommended uses Sass & Autoprefixer)
Expand Down

0 comments on commit e0978cd

Please sign in to comment.