Skip to content

Commit

Permalink
Tweak to simplify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Mazzola committed Jul 3, 2011
1 parent 5bf6b50 commit cc02287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/stylesheets/scss/demo.scss
Expand Up @@ -59,7 +59,7 @@ body {
.simple {
button.default {

@include button();
@include button;
}

button.color-2 {
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -106,7 +106,7 @@ Gradient position is optional, default is top. Position can be a degree. Color-s

**Position**

Position is a shorthand notation for setting the position of elements in your page.
Shorthand notation for setting the position of elements in your page.

Instead of writing:

Expand Down Expand Up @@ -154,7 +154,7 @@ The mixin can be called with no parameters to render a blue button with the "sim

button,
input[type="button"] {
@include button();
@include button;
}

The mixin supports a style parameter. Right now the available styles are "simple" (default), "shiny", and "pill".
Expand Down

0 comments on commit cc02287

Please sign in to comment.