bradfrost / patternlab

Make a pattern library using atomic design.
854 stars 116 forks source link

Naming Issue #15

Closed LostKobrakai closed 10 years ago

LostKobrakai commented 11 years ago

In /scss/base/_forms.scss it's called

.has-error{
        border-color: $error;
}

while /patterns/00-Atoms/03-Forms/00-Text-Fields.php contains:

<input class="is-error" type="text" placeholder="Text Input">

Greetings Benjamin

dmolsen commented 10 years ago

Closing just because this will never be fixed since we have the "new" edition of Pattern Lab.