Auto-BEM

A feature that will automaticaly create BEM classes for parent and child elements. Something like this.... maybe first div will be 'header', second one 'body' (next body1, body2), last one 'footer'. ``` awesome-card <- main parent awesome-card__h3 awesome-card__body awesome-card-body__text ```