aboutsummaryrefslogtreecommitdiff
path: root/docs/utilities/flexbox.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-518/+0
2017-05-28new toc in utils and about and extendMark Otto1-7/+2
2017-01-24Rename order utilities to intended class names (#21739)Mark Otto1-3/+3
* rename order utilities to intended class names * Documentation fixes.
2016-12-26more flexbox docsMark Otto1-2/+45
2016-12-26follow up to #21436 to add docs for the .flex-row-reverse , ↵Mark Otto1-48/+100
.flex-column-reverse, and .flex-wrap-reverse
2016-12-25document it all, add align items examplesMark Otto1-2/+30
2016-12-25reorder docsMark Otto1-63/+62
2016-12-25stub out some docsMark Otto1-0/+13
2016-12-24add order docsMark Otto1-0/+12
2016-12-24align-self docsMark Otto1-2/+41
2016-12-24document align-content utilsMark Otto1-13/+142
2016-12-24change presentation of those utils docsMark Otto1-35/+68
2016-12-24document justify-content and align-items utilsMark Otto1-0/+65
2016-12-24indentationMark Otto1-15/+15
2016-12-24remove the table classes in favor of listsMark Otto1-93/+0
2016-12-24try out alt responsive variation listsMark Otto1-9/+16
2016-12-24Start to blow out and document more flexbox utilitiesMark Otto1-0/+196
- Adds new flexbox.md file to utilities docs - Adds a `breakpoints.yml` data file for easier output of responsive classes in the docs. Will put this to use on other pages soon. - Adds hella flex utils. There are some dupes for now, but they'll get removed in time.