aboutsummaryrefslogtreecommitdiff
path: root/docs/utilities
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto15-1136/+0
2017-05-28new toc in utils and about and extendMark Otto15-41/+35
2017-04-08Revert "Drop width from sizing utils given .col- classes can do the same ↵Mark Otto1-3/+10
thing (follow up to #22376)" This reverts commit 2f21403a933336f7cb01c86bf3c650490bc658a6.
2017-04-08Drop width from sizing utils given .col- classes can do the same thing ↵Mark Otto1-10/+3
(follow up to #22376)
2017-03-28quickly fix #21761 by adding .text-gray-dark exampleMark Otto1-0/+1
2017-03-18docs: add text-truncate and extend on text-nowrapjak1-8/+25
2017-03-05Clean up spacers a bit moreStarsam801-6/+6
2017-03-05move visibility docs and add .visible mentionMark Otto2-23/+32
2017-03-05Start rearranging the docs for a utilities updateMark Otto2-29/+64
— Rename display docs page — Move print display utils to display utils page — Drop remaining of responsive utils page as it's being replaced with display utils — Update nav to reflect changes
2017-03-05Update spacer utilities (#22123)Mark Otto1-9/+9
* Drop -x and -y as they're all the same - Also move -width to elsewhere in the vars because it makes no sense by spacers. - Update values of -x and -y across main Sass and docs Sass. * Update docs to reflect changes; link to spacing utils from options page
2017-02-27Fix broken links.Bardi Harborow1-1/+1
2017-01-24Rename order utilities to intended class names (#21739)Mark Otto1-3/+3
* rename order utilities to intended class names * Documentation fixes.
2017-01-02document new utils and change organization to match cssMark Otto2-18/+34
2017-01-02New position utils, split docsMark Otto1-0/+0
- Renames .pos-f-t to .fixed-top, adds .fixed-bottom and .sticky-top - Updates utilities Sass to be split across more files (one for position, sizing, and spacing)
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.
2016-12-22ughMark Otto1-1/+1
2016-12-22typoMark Otto1-1/+1
2016-12-22New width and height utilsMark Otto1-3/+9
Adding 25%, 50%, and 75% to the mix for later use with cards
2016-12-04Documentation navigation fixes. (#21288)Bardi Harborow1-0/+1
* Make /utilities/ redirect to /utilities/borders/. * Rewrite sidebar active link logic to ensure superstrings are not selected.
2016-11-27Update clearfix mixin (#21224)Mark Otto1-7/+4
* Update clearfix to use block instead of table display (also reorder properties for linting) * update docs snippet for clearfix mixin—was apparently still using Less syntax and had old clearfix hack (even before the block change in this PR)
2016-11-27Add max-width 100% and max-height 100% utilities (#21221)Mark Otto1-1/+13
2016-11-26Remove 'xs' from text utilities (#21217)Starsam801-3/+3
2016-11-26Add .rounded-0 utility class (#21214)Ken Dale1-6/+8
* Add rounded-0 class
2016-11-26Border utilities (#21213)Mark Otto1-0/+14
* grunt * add border utilities for removing borders * clean up comments * add basic border docs * docs styles for border utils
2016-11-25Fixes #21195: Add more table of contents to pages with longer contentsMark Otto2-0/+10
2016-11-23Fixes #21123: More specific definition of fixed-width block level for .mx-autoMark Otto1-1/+1
2016-11-23Fixes #21179: docs typos on pull/float actionMark Otto1-2/+2
2016-10-31Responsive display utilities (#20934)Mark Otto2-5/+5
* Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin
2016-10-31Make spacer utils responsive (#20926)Mark Otto1-9/+17
* make spacer utils responsive by grid tier * update scale to add two levels, document them * change responsive spacing utils to avoid the xs abbreviation in the class name for that tier * update code snippet to match source * update usage in our docs * linter * docs updates
2016-10-21Fix documentation for all-side spacing classes.Bardi Harborow1-1/+1
2016-10-18fix markup validationMark Otto1-6/+10
2016-10-18Add vertical-align utilitiesMark Otto1-0/+33
- Adds six new utils for vertical-align property - Documents the additional classes in the utils docs
2016-10-09document it a bitMark Otto1-2/+8
2016-10-09Document the .bg-faded classMark Otto1-0/+1
Fixes #20550.
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto2-2/+2
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow2-2/+2
2016-09-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto2-13/+13