For instance, when creating buttom in src/atom, is there any reason not to add:
include:componentDoc(height=55) button/button.md in src/atom/atom.pug
@import 'button/button'; in src/atom/_atom.scss
?
This would speed up development and help newbies :)
For instance, when creating
buttominsrc/atom, is there any reason not to add:include:componentDoc(height=55) button/button.mdinsrc/atom/atom.pug@import 'button/button';insrc/atom/_atom.scss?
This would speed up development and help newbies :)