Code for the final challenge of Conquering responsive layouts
- To put into practice lessons learned on CRL course.
- To practice using BEM class names
- To create reusable gulp build system for small website projects
- To practice using sass
- keep things minimal e.g. just remove
display: flex
rather than addflex-direction: column
to get content back into columns. - BEM names can be hard to come up with ;)
- split sass files into partials by component and function (fonts, breakpoints etc.)
- use sass functions to generate consistent gutters programatically for flex columns