required fields
by Eric Miller
HTML
<label class="required">Foo</label>
SCSS
label.required::before{
content:'*';
color:#F00;
}
by Eric Miller
<label class="required">Foo</label>
label.required::before{
content:'*';
color:#F00;
}