Releases: ScalesCSS/base-forms
Releases · ScalesCSS/base-forms
1.3.1
1.3.0
Forms
Helper text
The .helper-text class is now set to display: inline-block when it's a child of .form-inline. This will keep it from breaking the inlinyness when it's visible.
Added a new variable to change the default visibility of .helper-text
New variable
$helper-text-hidden- default is true
1.2.0
Forms
Added a new class to base-forms
.input-container--inline- Allows you to make a form container inline while keeping the label and input stacked vertically.
The documentation was also updated to correct the incorrect use of -- on some classes.
