Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ire Aderinokun committed Sep 6, 2015
1 parent 500423c commit 5e9f11d
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ If you have any questions or suggestions for how I can make this better, tweet m

You can use any of the following methods to start using Formhack -

1. Install with [Bower](http://bower.io/)
Install with [Bower](http://bower.io/)

```
bower install formhack
```

2. Clone this repository
Clone this repository

```
git clone https://github.com/ireade/formhack.git
Expand Down Expand Up @@ -67,4 +67,17 @@ $fh-button-hover-font-color: $fh-font-color;
// Layout
$fh-centered: false;
$fh-display: block;
```
```

### Variables

Here is an explanation of what some of the variables control.

Variable | Description
---------|-------------
`$fh-allow-vendor-styling` | Boolean. Specifies whether you want the `select` element to have the different browser styling
`$fh-fieldset-bare` | Boolean. Specifies whether you want the `fieldset` element to be styled or bare.
`$fh-centered` | Boolean. Specifies whether the elements should be centered
`$fh-display` | String. Specifies what value you want the `display` css property to be set to


0 comments on commit 5e9f11d

Please sign in to comment.