v1.0.10
·
30 commits
to master
since this release
Release 1.0.10
- Textarea styling only works with [for="textarea"] in 1.0.9 #29
You should use the classform-textarealike this for textarea fields:
<div class="form">
<div class="form-fields">
<div class="form-field form-textarea">
<label for="textarea">Example</label>
<textarea></textarea>
</div>
</div>
</div>
- Nesting in .formfield too deep so utilities can't overwrite them #32
- Select arrow should be turned the other way #31
- Dist folder not updated in 1.0.9 #30
- Placeholder label disappears when getting the class has-focus. #33
Because of issue #30 we have deprecated the 1.0.9 release. Don't forget to update your project! ;)