This repository contains the code examples from the book Unraveling Flexbox by Landon Schropp.
The examples are built using Middleman, an static site generator. To run the examples, install Bundler, change to this project's directory and run bundle install
. Then, run bundle exec middleman
.
This project is organized into the following directories:
source
: Contains all of the source code for the examples.source/layouts
: Contains the main layout file in which all of the examples are included.source/pages
: The pages that make the examples. This directory is further divided up into chapter directories.source/stylesheets
: The stylesheets for the examples. The organization of the directory is the same assource/pages
. The styles for each example contain two files. The first,<page_name>.css
, are the styles listed in the book. The second,other_<page_name>_styles.css
contain the styles left out of the book.source/images
: The images for the examples, organized in the same way assource/pages
.
© 2015 Landon Schropp LLC All Rights Reserved