0.3.3 • Published 10 years ago
bluegrid v0.3.3
Bluegrid
A Simple, Responsive, and customizable grid based on the flex property.
View Docs / Examples Page Learn the basics of Flexbox within a couple of minutes with this fun game
Getting Started
With NPM:
npm install bluegrid@import node_modules/bluegrid/bluegrid- or add
<link rel="stylesheet" type="text/css" href="node_modules/bluegrid/dist/bluegrid.min.css">
With Bower:
bower install bluegrid@import bower_components/bluegrid/bluegrid- or add
<link rel="stylesheet" type="text/css" href="bower_components/bluegrid/dist/bluegrid.min.css">
With Meteor:
meteor add colbycheeze:bluegridmeteor add fourseven:scss@import {colbycheeze:bluegrid}/bluegrid
Contributing / Dev
- Clone or Fork repo and type
npm installin the project directory - Run
gulpto start up server, and BrowserSync will open a view atlocalhost:3000 - make changes and submit a pull request if you wish
- Yay
Project Todo
- 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