| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-08-10 | `$input-height-inner-lg` should use `$font-size-lg` instead of `$font-size-sm... | Patrick Yeo | 1 | -1/+1 |
| 2017-08-10 | Reduce number of spacing rules (#23208) | Morgan Stone | 1 | -12/+20 |
| 2017-08-10 | Emoji Defaults (#22565) | Pascal Pixel | 1 | -1/+1 |
| 2017-08-10 | remove unnecessary line-height | Dave Poole | 1 | -1/+0 |
| 2017-08-10 | remove comments, align-items, and unnecessary height | Dave Poole | 1 | -6/+0 |
| 2017-08-10 | Fixes PropertySortOrder errors | Dave | 1 | -1/+1 |
| 2017-08-10 | Fixes hound code style/standards | Dave | 1 | -1/+1 |
| 2017-08-10 | _progress.scss: makes bars 100% height, centers labels horizontally & vertically | Dave | 1 | -5/+10 |
| 2017-08-10 | Change border class | envolute | 1 | -1/+1 |
| 2017-08-10 | Add "$border-color" variable | envolute | 1 | -0/+1 |
| 2017-08-10 | Add SF Mono to the monospace font stack | Mark Otto | 1 | -1/+1 |
| 2017-08-10 | Only add CSS transitions on Buttons for background-color, border-color, and b... | Patrick Yeo | 1 | -1/+1 |
| 2017-08-10 | Ensure alignment of modal dismiss when no .modal-title is present | Mark Otto | 1 | -0/+4 |
| 2017-08-10 | Set explicit text-align on <body> element so we can use inherit to override t... | Mark Otto | 1 | -2/+6 |
| 2017-08-10 | Fix border on input group elements and custom form inputs | Nathan Woltman | 3 | -5/+10 |
| 2017-08-10 | 300, not light | Mark Otto | 1 | -1/+1 |
| 2017-08-10 | Add $font-weight-light var | Mark Otto | 1 | -0/+1 |
| 2017-08-10 | Add .font-weight-light class, add !important to the classes | Mark Otto | 1 | -3/+4 |
| 2017-08-10 | Remove broken CSS that tried to reset the absolute positioning when there was... | Mark Otto | 1 | -4/+0 |
| 2017-08-10 | Add basic property-value utils for position | Mark Otto | 1 | -1/+10 |
| 2017-08-10 | bump to betav4.0.0-beta | Mark Otto | 1 | -1/+1 |
| 2017-08-08 | Fix the min breakpoint in media-breakpoint-between | lucascono | 1 | -1/+1 |
| 2017-08-07 | Add .bg-white and .border-white | Mark Otto | 2 | -0/+5 |
| 2017-08-04 | Dropup dropdown-menu should have margin on the bottom instead of top | Patrick Yeo | 1 | -0/+5 |
| 2017-08-04 | (#22414) Rename for consistency `$dropdown-margin-top` to `$dropdown-spacer` | Patrick Yeo | 2 | -2/+2 |
| 2017-08-04 | fix navbar alignment for never expand situations | Mark Otto | 1 | -0/+3 |
| 2017-08-04 | given `width: 100%` is always on a container now and it's constrained by max-... | Mark Otto | 1 | -6/+0 |
| 2017-07-18 | make changes as per suggestion in #23100 | Chirag Modi | 1 | -2/+1 |
| 2017-07-18 | remove change which set from variable and make those in container class | Chirag Modi | 2 | -1/+1 |
| 2017-07-17 | fixed issue #23100 | Chirag Modi | 1 | -0/+1 |
| 2017-07-16 | (#22414) Rename for consistency `$custom-checkbox-border-radius`, `$custom-ch... | Patrick Yeo | 2 | -14/+14 |
| 2017-07-11 | Remove ::first-letter and ::first-line selectors from print styles | Patrick H. Lauke | 1 | -9/+1 |
| 2017-07-05 | Remove box-shadow from .btn-link:focus (#22998) | Patrick H. Lauke | 1 | -0/+1 |
| 2017-07-03 | fixes #22981 | Mark Otto | 1 | -1/+1 |
| 2017-07-01 | follow up to 4e067f722 | Mark Otto | 1 | -1/+1 |
| 2017-07-01 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -5/+1 |
| 2017-07-01 | remove unused $list-group-color variable; it should naturally inherit from th... | Mark Otto | 1 | -1/+0 |
| 2017-07-01 | update comment | Mark Otto | 1 | -1/+0 |
| 2017-07-01 | put button active bg and border in the mixin params for more customization op... | Mark Otto | 1 | -4/+1 |
| 2017-07-01 | match btn transition to input | Mark Otto | 1 | -1/+1 |
| 2017-07-01 | doh, we already have that above | Mark Otto | 1 | -4/+0 |
| 2017-07-01 | Add .text-truncate class. We already had a mixin and documented the class, so... | Mark Otto | 1 | -0/+4 |
| 2017-07-01 | Redo the "responsive helpers" files | Mark Otto | 3 | -1/+1 |
| 2017-07-01 | remove some unused vars, restore table-active variant | Mark Otto | 2 | -5/+2 |
| 2017-07-01 | badge variants are generated from -colors Sass map | Mark Otto | 1 | -6/+0 |
| 2017-07-01 | button variants are generated from -colors Sass map | Mark Otto | 1 | -24/+0 |
| 2017-07-01 | no xs sizes being used | Mark Otto | 1 | -1/+0 |
| 2017-07-01 | Restore .text-muted | Mark Otto | 1 | -3/+3 |
| 2017-07-01 | Update carousel display settings | Mark Otto | 1 | -2/+2 |
| 2017-07-01 | using max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contents | Mark Otto | 1 | -1/+1 |