Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-26Link helpers & use utility API for all utilitiesMartijn Cuppens
2019-06-18Decrease number of order utilities (#28874)Martijn Cuppens
2019-06-04Rename .text-monospace to .font-monospace (#28867)Shohei Yoshida
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens
2018-12-04Stretched linkMartijn Cuppens
2018-10-07Add overflow-auto and overflow-hidden utilitiesMark Otto
2018-04-01Add box-shadow utilities (#25758)Mark Otto
2017-07-02Redo the "responsive helpers" filesMark Otto
- 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-02New position utils, split docsMark Otto
- 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-19Add vertical-align utilitiesMark Otto
- Adds six new utils for vertical-align property - Documents the additional classes in the utils docs
2016-09-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto
2016-09-09Add new border utilsMark Otto
- 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-07Add `display` utility classes (.d-{inline,block,inline-block}); fixes #19343Teo Dell'Amico
Refs #19665 [skip sauce]
2016-02-07Drop .center-block for .m-x-autoMark Otto
- 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-06Move the conditional statement back to the file because nested imports ↵Mark Otto
aren't supported in Sass
2016-02-06Conditionally include the flex utils in the import stack and reduce to a ↵Mark Otto
single query
2015-12-24Reorganize utilities into more separate files under a `/scss/utilities/` ↵Chris Rebert
directory [skip sauce] [skip validator]
2015-12-07Tweak naming and docs of font utility classesChris Rebert
* `.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-07Fix .font-italic utility class definitionChris Rebert
Erratum from 26da610bd03e7efe9255b2b88f14449972f7d616 Refs #18001
2015-12-07fixes #18433: add three new font utilsMark Otto
2015-11-30Merge pull request #18340 from twbs/responsive-pullsChris Rebert
Add responsive float classes
2015-11-27Add responsive float classes; fixes #13690Chris Rebert
2015-11-23Remove non-responsive text alignment classesChris Rebert
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-23Add missing !important-s to responsive text alignment classes; fixes #18300Deilv
Closes #18314 by merging a tweaked version of it.
2015-11-13Move `[hidden]` style from _utilities.scss to _reboot.scss; fixes #18230Chris Rebert
[skip sauce]
2015-11-13Merge pull request #18033 from twbs/invisible-importantChris Rebert
Add !important to .invisible (visibility:hidden) utility class
2015-11-13Merge pull request #18032 from twbs/text-transform-importantChris Rebert
Add !important to text transform utility classes
2015-10-30Move .bg-* utility classes into separate fileChris Rebert
[skip sauce] [skip validator]
2015-10-23Add !important to .invisible (visibility:hidden) utility classChris Rebert
[skip sauce] [skip validator]
2015-10-23Add !important to text transform utility classesChris Rebert
2015-10-23Add !important to text alignment utility classesChris Rebert
Refs #16836 [skip sauce] [skip validator]
2015-10-23Stop hardcoding grid breakpoints in responsive alignment utility classes; ↵Chris Rebert
fixes #18027 [skip sauce] [skip validator]
2015-08-18rename .inverse to .bg-inverse, add .bg-fadedMark Otto
2015-08-18clean out comments that aren't all that helpfulMark Otto
2015-08-14Use -* vars for .bg-* and .text-* utilitiesMark Otto
- 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-11addresses #14217, add responsive text alignment classesMark Otto
2015-06-01move spacing utils to separate file, document them a bitMark Otto
2015-05-28Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css
2015-04-18more comments and formatting clean upMark Otto
2015-04-16fix spacer varsMark Otto
2015-04-14more utilitiesMark Otto
2015-03-31Fixes #13583: Move .sr-only and .sr-only-focusable to mixins, then use them ↵Mark Otto
to create classes in _utilities.scss
2015-01-05Remove affix from docs & CSS; add migration guidanceChris Rebert
2014-12-24Update styles for Ruby Sass compatGleb Mazovetskiy
2014-12-24Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto
Conflicts: docs/components/helpers.md scss/_utilities.scss
2014-12-23add [hidden] utility for hiding any html element (see #15274 for more context)Mark Otto
2014-12-19Remove .hidden and .show classesChris Rebert
.hidden is incompatible with jQuery's $(...).hide()
2014-12-12Use grid classes or mixins on .dl-horizontal, update docs to include it, ↵Mark Otto
removes auto truncate and makes .text-overflow mixin into a .text-truncate class and mixin combo for better granularity
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto
2014-12-03convert to scssMark Otto