Input / Label
This is another section that includes the section with the different modifiers of 1.1
Markup: templates/02_components/input_label.html
<div class="form-field [modifier]">
<label class="form-field__label">Name:</label>
<input class="form-input {{modifier_class}}" type="text" placeholder="Text Input" />
</div>
Source:
source/scss/02_components/_form.scss
, line 1