mirror of
https://github.com/kristoferjoseph/flexboxgrid.git
synced 2026-01-24 23:16:48 +00:00
v1.0.0
Flexbox Grid
Grid based on the flex display property.
Installation
npm i flexboxgrid --save
Bower
npm r bower -g && npm i flexboxgrid --save
Raw dog CSS like a boss
Download Development
Add the flexbox.css development or flexbox.min.css production to your html page.
<link rel="stylesheet" href="css/flexbox.min.css" media="screen" />
Or better yet
cat ./css/**/*.css > bundle.css
and slap that whole mess in a style tag in your head.
Check flexboxgrid.com
Gruntfile.js to see how I did it.
View the documentation at flexboxgrid.com
Inspiration
Description
Languages
HTML
75.5%
CSS
20.8%
JavaScript
3.7%