Skip to content

Commit 5e9f11d

Browse files
author
Ire Aderinokun
committed
updated readme
1 parent 500423c commit 5e9f11d

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ If you have any questions or suggestions for how I can make this better, tweet m
1111

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

14-
1. Install with [Bower](http://bower.io/)
14+
Install with [Bower](http://bower.io/)
1515

1616
```
1717
bower install formhack
1818
```
1919

20-
2. Clone this repository
20+
Clone this repository
2121

2222
```
2323
git clone https://github.com/ireade/formhack.git
@@ -67,4 +67,17 @@ $fh-button-hover-font-color: $fh-font-color;
6767
// Layout
6868
$fh-centered: false;
6969
$fh-display: block;
70-
```
70+
```
71+
72+
### Variables
73+
74+
Here is an explanation of what some of the variables control.
75+
76+
Variable | Description
77+
---------|-------------
78+
`$fh-allow-vendor-styling` | Boolean. Specifies whether you want the `select` element to have the different browser styling
79+
`$fh-fieldset-bare` | Boolean. Specifies whether you want the `fieldset` element to be styled or bare.
80+
`$fh-centered` | Boolean. Specifies whether the elements should be centered
81+
`$fh-display` | String. Specifies what value you want the `display` css property to be set to
82+
83+

0 commit comments

Comments
 (0)