improve documentation
Opened this issue · 0 comments
fuzetsu commented
Would be nice to have a section detailing the different coding styles possible with zaftig.
- classic: most styles go inline inside view, directly on the element the style is for
- defining single top level class outside of component and assigning to root element, use nested styles / classes to define styles beyond that
- etc