Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 742 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 742 Bytes

CSS grid layout demo

The aim of CSS was to separate content and style but our layouts are as tied to our markup as ever. Grid layout has the chance to deliver a huge shift in the way we rationalise layout systems for the web and drastically reduce the complexity of the markup and styles currently required.

System dependencies

  • Node 4+

Local setup

# clone this repo
git clone git@github.com:i-like-robots/grid-layout-demo.git && cd grid-layout-demo

# install dependencies
npm install

# build the demo
npm run build

# open the demo
open public/index.html