File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ If you have any questions or suggestions for how I can make this better, tweet m
1111
1212You 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```
1717bower install formhack
1818```
1919
20- 2 . Clone this repository
20+ Clone this repository
2121
2222```
2323git 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+
You can’t perform that action at this time.
0 commit comments