Skip to content

Getting Started

Lucas Gruwez edited this page Mar 23, 2017 · 2 revisions

To get the waffle grid system in your web page, simply pste this code into the head of your document,

<link rel="stylesheet" href="https://unpkg.com/waffle-grid/dist/waffle-grid.min.css">
<!-- or -->
<link rel="stylesheet" href="https://unpkg.com/waffle-grid/dist/waffle-grid.css">

or you can install the waffle grid system using a package manager like npm or bower

$ npm install waffle-grid
# or
$ bower install waffle-grid

If you want you can still download the waffle grid here.