required fields

by Eric Miller

HTML

<label class="required">Foo</label>

SCSS

label.required::before{
    content:'*';
    color:#F00;
  }