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.
- Node 4+
# clone this repo
git clone [email protected]: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