Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

i-like-robots/grid-layout-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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