aboutsummaryrefslogtreecommitdiff
path: root/docs/layout/flexbox-grid.md
AgeCommit message (Collapse)AuthorFilesLines
2016-07-26Enable flexbox grid CSS on our docs pageMark Otto1-1/+1
- Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
2016-02-06More grid updatesMark Otto1-12/+30
- Flexbox responsive behavior fixed with specific .col-{breakpoint} classes now added - Dropped the make-col mixin in favor of a column-basics placeholder that we can extend across our grid infrastructure - Updated docs to use required .col-xs-12 (as a safeguard for when folks enable flexbox mode--this isn't necessary in default grid mode) - Update flexbox grid docs to include responsive docs, tweak some other bits too
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto1-29/+39
responsive flex grid working
2016-02-06document horizontal flex utils, update the classes for the middle vertical onesMark Otto1-2/+53
2016-02-06Add vertical alignment docs for flexbox gridMark Otto1-0/+62
2016-02-06Add flexbox grid page to the docs (still more content to add)Mark Otto1-0/+71