Grids is a fully customizable CSS button library that's built using Sass, and created by Alex Wolfe and Rob Levin.
- Add css in the head of your webpage
<link rel="stylesheet" href="css/grids.css"></link>
- Use the grid classes in your markup
- Clone the Grids repo
- Make sure you have Sass installed
- Edit the
scss/_options.scss
with your own custom values - Run the sass --watch scss:css command from the root directory of the Grids directory from the command line
- The css/grids.css file should now be updated
TBD
TBD
Grids works in All modern browsers (Firefox, Chrome, Safari, IE) and gracefully degrades all the way down to Internet Explorer 8.
Created by Alex Wolfe @alexwolfe and Rob Levin @roblevintennis
- Improve grid_flexible.html demo
- Mobile First Toggle
- Default Stacking Toggle
- Phone and Tablet Before/After
- Fixed Gutter Option (when in fluid grid mode)
- Improve Docs
- Video Demo
- Grid Site