| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 15 | -1136/+0 | |
| 2017-05-28 | new toc in utils and about and extend | Mark Otto | 15 | -41/+35 | |
| 2017-04-08 | Revert "Drop width from sizing utils given .col- classes can do the same ↵ | Mark Otto | 1 | -3/+10 | |
| thing (follow up to #22376)" This reverts commit 2f21403a933336f7cb01c86bf3c650490bc658a6. | |||||
| 2017-04-08 | Drop width from sizing utils given .col- classes can do the same thing ↵ | Mark Otto | 1 | -10/+3 | |
| (follow up to #22376) | |||||
| 2017-03-28 | quickly fix #21761 by adding .text-gray-dark example | Mark Otto | 1 | -0/+1 | |
| 2017-03-18 | docs: add text-truncate and extend on text-nowrap | jak | 1 | -8/+25 | |
| 2017-03-05 | Clean up spacers a bit more | Starsam80 | 1 | -6/+6 | |
| 2017-03-05 | move visibility docs and add .visible mention | Mark Otto | 2 | -23/+32 | |
| 2017-03-05 | Start rearranging the docs for a utilities update | Mark Otto | 2 | -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-05 | Update spacer utilities (#22123) | Mark Otto | 1 | -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-27 | Fix broken links. | Bardi Harborow | 1 | -1/+1 | |
| 2017-01-24 | Rename order utilities to intended class names (#21739) | Mark Otto | 1 | -3/+3 | |
| * rename order utilities to intended class names * Documentation fixes. | |||||
| 2017-01-02 | document new utils and change organization to match css | Mark Otto | 2 | -18/+34 | |
| 2017-01-02 | New position utils, split docs | Mark Otto | 1 | -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-26 | more flexbox docs | Mark Otto | 1 | -2/+45 | |
| 2016-12-26 | follow up to #21436 to add docs for the .flex-row-reverse , ↵ | Mark Otto | 1 | -48/+100 | |
| .flex-column-reverse, and .flex-wrap-reverse | |||||
| 2016-12-25 | document it all, add align items examples | Mark Otto | 1 | -2/+30 | |
| 2016-12-25 | reorder docs | Mark Otto | 1 | -63/+62 | |
| 2016-12-25 | stub out some docs | Mark Otto | 1 | -0/+13 | |
| 2016-12-24 | add order docs | Mark Otto | 1 | -0/+12 | |
| 2016-12-24 | align-self docs | Mark Otto | 1 | -2/+41 | |
| 2016-12-24 | document align-content utils | Mark Otto | 1 | -13/+142 | |
| 2016-12-24 | change presentation of those utils docs | Mark Otto | 1 | -35/+68 | |
| 2016-12-24 | document justify-content and align-items utils | Mark Otto | 1 | -0/+65 | |
| 2016-12-24 | indentation | Mark Otto | 1 | -15/+15 | |
| 2016-12-24 | remove the table classes in favor of lists | Mark Otto | 1 | -93/+0 | |
| 2016-12-24 | try out alt responsive variation lists | Mark Otto | 1 | -9/+16 | |
| 2016-12-24 | Start to blow out and document more flexbox utilities | Mark Otto | 1 | -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-22 | ugh | Mark Otto | 1 | -1/+1 | |
| 2016-12-22 | typo | Mark Otto | 1 | -1/+1 | |
| 2016-12-22 | New width and height utils | Mark Otto | 1 | -3/+9 | |
| Adding 25%, 50%, and 75% to the mix for later use with cards | |||||
| 2016-12-04 | Documentation navigation fixes. (#21288) | Bardi Harborow | 1 | -0/+1 | |
| * Make /utilities/ redirect to /utilities/borders/. * Rewrite sidebar active link logic to ensure superstrings are not selected. | |||||
| 2016-11-27 | Update clearfix mixin (#21224) | Mark Otto | 1 | -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-27 | Add max-width 100% and max-height 100% utilities (#21221) | Mark Otto | 1 | -1/+13 | |
| 2016-11-26 | Remove 'xs' from text utilities (#21217) | Starsam80 | 1 | -3/+3 | |
| 2016-11-26 | Add .rounded-0 utility class (#21214) | Ken Dale | 1 | -6/+8 | |
| * Add rounded-0 class | |||||
| 2016-11-26 | Border utilities (#21213) | Mark Otto | 1 | -0/+14 | |
| * grunt * add border utilities for removing borders * clean up comments * add basic border docs * docs styles for border utils | |||||
| 2016-11-25 | Fixes #21195: Add more table of contents to pages with longer contents | Mark Otto | 2 | -0/+10 | |
| 2016-11-23 | Fixes #21123: More specific definition of fixed-width block level for .mx-auto | Mark Otto | 1 | -1/+1 | |
| 2016-11-23 | Fixes #21179: docs typos on pull/float action | Mark Otto | 1 | -2/+2 | |
| 2016-10-31 | Responsive display utilities (#20934) | Mark Otto | 2 | -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-31 | Make spacer utils responsive (#20926) | Mark Otto | 1 | -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-21 | Fix documentation for all-side spacing classes. | Bardi Harborow | 1 | -1/+1 | |
| 2016-10-18 | fix markup validation | Mark Otto | 1 | -6/+10 | |
| 2016-10-18 | Add vertical-align utilities | Mark Otto | 1 | -0/+33 | |
| - Adds six new utils for vertical-align property - Documents the additional classes in the utils docs | |||||
| 2016-10-09 | document it a bit | Mark Otto | 1 | -2/+8 | |
| 2016-10-09 | Document the .bg-faded class | Mark Otto | 1 | -0/+1 | |
| Fixes #20550. | |||||
| 2016-10-09 | Merge branch 'v4-dev' into v4-utils | Mark Otto | 2 | -2/+2 | |
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 2 | -2/+2 | |
| 2016-09-26 | Rename pull-*-{left|right} classes to .float-*-left and .float-*-right | Mark Otto | 2 | -13/+13 | |
