Skip to content

VSH24/unraveling_flexbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unraveling Flexbox

This repository contains the code examples from the book Unraveling Flexbox by Landon Schropp.

Running the examples

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.

Organization

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 as source/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 as source/pages.

Copyright

© 2015 Landon Schropp LLC All Rights Reserved

About

The examples from the Unraveling Flexbox book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.6%
  • CSS 36.8%
  • Ruby 10.6%