zaftig
zaftig copied to clipboard
improve documentation
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