Reading Notes
Mustache and Flexbox
Mustache
- mustache is a logic-less template syntax - that means no if, else, for loops.
- mustache has specs. Those are compiled and rendered to create an output.
- it can be installed in node via npm.
Flexbox
- flexbox is another aspect of responsive design. It helps with spacing in layout, design, and distributing space.
- flexbox attributes work with the parent and child containers for elements or classes.
- I could play flexboxfroggy.com all day…