a mixin flexbox grid
##directions
- install SASS and be sure to use an autoprefixer of your choice (i really love codekit); grunt is also very nice
- include grid.scss in your main.scss stylesheet
- define a parent container with the .parent class
- declare it as a row or column using the provided mixins
- style its children as you see fit using either percentage-based widths or pixel-/rem-based widths
##about gary is a flexbox-based grid that uses SASS preprocessing and the wonders of autoprefixing to create a semantic, customizable, layout module. i like to use it for simple layouts.
it only works on modern browsers and does not support i.e.– 8, 9, 10, and sometimes 11.
developed as a school project, please feel free to fork gary to make it better :)
issued under the MIT license
made with 😍