git clone git@github.com:huijing/zh-type.git
npm install
gulp
- Styles go in the styles.scss file, and will be compiled by Gulp
- Scripts go into the js folder, and will be concatenated by Gulp
If you examine the source stylesheet and markup, you will find a lot of code commented out. This is because there are 4 different implementations in the stylesheet, and the currently active one utilises the checkbox hack without flexbox. Read the write-up for more details.