| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-12 | Include the newly added utilities/interactions.scss file | XhmikosR | 1 | -1/+2 | |
| We missed it in #30562 | |||||
| 2018-12-04 | Stretched link | Martijn Cuppens | 1 | -0/+1 | |
| 2018-10-06 | Add overflow-auto and overflow-hidden utilities | Mark Otto | 1 | -0/+1 | |
| 2018-03-31 | Add box-shadow utilities (#25758) | Mark Otto | 1 | -0/+1 | |
| 2017-07-01 | Redo the "responsive helpers" files | Mark Otto | 1 | -0/+1 | |
| - Moves the embed SCSS to the utilities subfolder - Separate the floats from the embed docs - Rename embed docs from responsive helpers to embeds | |||||
| 2017-01-02 | New position utils, split docs | Mark Otto | 1 | -0/+2 | |
| - 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-10-18 | Add vertical-align utilities | Mark Otto | 1 | -0/+1 | |
| - Adds six new utils for vertical-align property - Documents the additional classes in the utils docs | |||||
| 2016-09-26 | Rename pull-*-{left|right} classes to .float-*-left and .float-*-right | Mark Otto | 1 | -1/+1 | |
| 2016-09-08 | Add new border utils | Mark Otto | 1 | -0/+1 | |
| - Move and rename .img-rounded to .rounded, .img-circle to .rounded-circle - Add new .rounded-{direction} utils - New docs pages for border utils with TBD comments for the border property - Removes most image examples for rounding from the content/images docs in favor of new docs page | |||||
| 2016-04-06 | Add `display` utility classes (.d-{inline,block,inline-block}); fixes #19343 | Teo Dell'Amico | 1 | -1/+2 | |
| Refs #19665 [skip sauce] | |||||
| 2016-02-06 | Drop .center-block for .m-x-auto | Mark Otto | 1 | -1/+0 | |
| - Both classes do about the same thing, but with different names - Clarifies docs for .m-x-auto requiring a fixed width block element for it to work - Add missing heading for clearfix section in docs (unrelated) | |||||
| 2016-02-06 | Move the conditional statement back to the file because nested imports ↵ | Mark Otto | 1 | -4/+1 | |
| aren't supported in Sass | |||||
| 2016-02-06 | Conditionally include the flex utils in the import stack and reduce to a ↵ | Mark Otto | 1 | -0/+4 | |
| single query | |||||
| 2015-12-23 | Reorganize utilities into more separate files under a `/scss/utilities/` ↵ | Chris Rebert | 1 | -95/+8 | |
| directory [skip sauce] [skip validator] | |||||
| 2015-12-07 | Tweak naming and docs of font utility classes | Chris Rebert | 1 | -3/+3 | |
| * `.font-normal` is too generic. Rename it to `.font-weight-normal` for clarity. * Rename `.font-bold` to `.font-weight-bold` so as to parallel `.font-weight-normal`. * In docs, gloss "weight" term in relation to fonts for the benefit of non-typographiles. Refs #18433 [skip sauce] | |||||
| 2015-12-06 | Fix .font-italic utility class definition | Chris Rebert | 1 | -2/+2 | |
| Erratum from 26da610bd03e7efe9255b2b88f14449972f7d616 Refs #18001 | |||||
| 2015-12-06 | fixes #18433: add three new font utils | Mark Otto | 1 | -0/+6 | |
| 2015-11-29 | Merge pull request #18340 from twbs/responsive-pulls | Chris Rebert | 1 | -6/+12 | |
| Add responsive float classes | |||||
| 2015-11-26 | Add responsive float classes; fixes #13690 | Chris Rebert | 1 | -6/+12 | |
| 2015-11-22 | Remove non-responsive text alignment classes | Chris Rebert | 1 | -3/+0 | |
| These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce] | |||||
| 2015-11-22 | Add missing !important-s to responsive text alignment classes; fixes #18300 | Deilv | 1 | -3/+3 | |
| Closes #18314 by merging a tweaked version of it. | |||||
| 2015-11-12 | Move `[hidden]` style from _utilities.scss to _reboot.scss; fixes #18230 | Chris Rebert | 1 | -5/+0 | |
| [skip sauce] | |||||
| 2015-11-12 | Merge pull request #18033 from twbs/invisible-important | Chris Rebert | 1 | -1/+1 | |
| Add !important to .invisible (visibility:hidden) utility class | |||||
| 2015-11-12 | Merge pull request #18032 from twbs/text-transform-important | Chris Rebert | 1 | -3/+3 | |
| Add !important to text transform utility classes | |||||
| 2015-10-29 | Move .bg-* utility classes into separate file | Chris Rebert | 1 | -26/+0 | |
| [skip sauce] [skip validator] | |||||
| 2015-10-23 | Add !important to .invisible (visibility:hidden) utility class | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2015-10-23 | Add !important to text transform utility classes | Chris Rebert | 1 | -3/+3 | |
| 2015-10-23 | Add !important to text alignment utility classes | Chris Rebert | 1 | -5/+5 | |
| Refs #16836 [skip sauce] [skip validator] | |||||
| 2015-10-23 | Stop hardcoding grid breakpoints in responsive alignment utility classes; ↵ | Chris Rebert | 1 | -26/+6 | |
| fixes #18027 [skip sauce] [skip validator] | |||||
| 2015-08-18 | rename .inverse to .bg-inverse, add .bg-faded | Mark Otto | 1 | -1/+5 | |
| 2015-08-17 | clean out comments that aren't all that helpful | Mark Otto | 1 | -5/+0 | |
| 2015-08-13 | Use -* vars for .bg-* and .text-* utilities | Mark Otto | 1 | -14/+8 | |
| - Simplifies variables usage - Makes components and brand variable usage more consistent (dark bg and white text throughout instead of some mixed light and dark bgs) - Very likely means lower contrast and thus no more AA compliance (we'll want to fix that eventually obviously) | |||||
| 2015-08-10 | addresses #14217, add responsive text alignment classes | Mark Otto | 1 | -1/+33 | |
| 2015-06-01 | move spacing utils to separate file, document them a bit | Mark Otto | 1 | -110/+0 | |
| 2015-05-27 | Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 | Mark Otto | 1 | -2/+2 | |
| Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css | |||||
| 2015-04-18 | more comments and formatting clean up | Mark Otto | 1 | -8/+23 | |
| 2015-04-15 | fix spacer vars | Mark Otto | 1 | -2/+2 | |
| 2015-04-14 | more utilities | Mark Otto | 1 | -8/+96 | |
| 2015-03-30 | Fixes #13583: Move .sr-only and .sr-only-focusable to mixins, then use them ↵ | Mark Otto | 1 | -0/+8 | |
| to create classes in _utilities.scss | |||||
| 2015-01-05 | Remove affix from docs & CSS; add migration guidance | Chris Rebert | 1 | -5/+0 | |
| 2014-12-24 | Update styles for Ruby Sass compat | Gleb Mazovetskiy | 1 | -2/+3 | |
| 2014-12-23 | Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 | Mark Otto | 1 | -15/+0 | |
| Conflicts: docs/components/helpers.md scss/_utilities.scss | |||||
| 2014-12-23 | add [hidden] utility for hiding any html element (see #15274 for more context) | Mark Otto | 1 | -0/+7 | |
| 2014-12-18 | Remove .hidden and .show classes | Chris Rebert | 1 | -12/+0 | |
| .hidden is incompatible with jQuery's $(...).hide() | |||||
| 2014-12-11 | Use grid classes or mixins on .dl-horizontal, update docs to include it, ↵ | Mark Otto | 1 | -0/+1 | |
| removes auto truncate and makes .text-overflow mixin into a .text-truncate class and mixin combo for better granularity | |||||
| 2014-12-11 | fix all validation, turn off some settings, add sort order | Mark Otto | 1 | -2/+2 | |
| 2014-12-02 | convert to scss | Mark Otto | 1 | -0/+122 | |
