north / generator-style-prototype

Yeoman Generator for Style Prototypes
362 stars 49 forks source link

add an element generator, similar to component generator #26

Closed codingdesigner closed 9 years ago

codingdesigner commented 10 years ago

I think we need an element generator that works nearly the same as the component generator, except that it creates the sass for _item _extend and _mixin in the elements directory, and doesn't create html templates or components.

Snugug commented 10 years ago

Also refactor elements so that they can be self-documenting the same way components are (or do by hand)

Snugug commented 10 years ago

As there is no longer a need to wrap the extends, do you think this is still a priority?