View Docs / Examples Page Learn the basics of Flexbox within a couple of minutes with this fun game
npm install bluegrid
@import node_modules/bluegrid/bluegrid
- or add
<link rel="stylesheet" type="text/css" href="node_modules/bluegrid/dist/bluegrid.min.css">
bower install bluegrid
@import bower_components/bluegrid/bluegrid
- or add
<link rel="stylesheet" type="text/css" href="bower_components/bluegrid/dist/bluegrid.min.css">
meteor add colbycheeze:bluegrid
meteor add fourseven:scss
@import {colbycheeze:bluegrid}/bluegrid
- Clone or Fork repo and type
npm install
in the project directory - Run
gulp
to start up server, and BrowserSync will open a view atlocalhost:3000
- make changes and submit a pull request if you wish
- Yay
- Create a download file
- Improve Docs:
- Add link back to Github
- Create docs section for all mixin functionality
- Create sidebar reference to where you are while scrolling on page.
- Make some examples of real world layouts / use cases