aboutsummaryrefslogtreecommitdiff
path: root/docs/components/utilities.md
AgeCommit message (Collapse)AuthorFilesLines
2016-09-08Docs: Breaks out Utilities into separate section and optimizes its pages ↵Kovah1-367/+0
(#20678)
2016-08-21minor docs edit to fix #20538Mark Otto1-1/+1
2016-04-06Add `display` utility classes (.d-{inline,block,inline-block}); fixes #19343Teo Dell'Amico1-0/+22
Refs #19665 [skip sauce]
2016-04-06Add docs for .w-100 utility classChris Rebert1-0/+8
[skip sauce]
2016-02-18Document .pos-f-t utility class; fixes #18494Russell Beye1-0/+14
Add documentation to components/utilities to publicly expose the .pos-f-t utility class to users. Closes #18799 [skip sauce]
2016-02-18Document the possibility of extending the $spacers mapTobias1-0/+2
It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map. Example: ``` $spacers: ( 0: ( x: 0, y: 0 ), 1: ( x: $spacer-x, y: $spacer-y ), 2: ( x: ($spacer-x * 1.5), y: ($spacer-y * 1.5) ), 3: ( x: ($spacer-x * 3), y: ($spacer-y * 3) ), 4: ( x: ($spacer-x * 5), y: ($spacer-y * 5) ) ); ``` Closes #18706 [skip sauce]
2016-02-17- Conveying color meaning to AT as markdown includePatrick H. Lauke1-5/+2
- Add/replace callout for color and AT with include
2016-02-07Docs: Add "Horizontal centering" subheading for .m-x-autoChris Rebert1-2/+3
Refs #19102 [skip sauce]
2016-02-06Drop .center-block for .m-x-autoMark Otto1-22/+13
- 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-01-15Use mixin syntaxQuy1-1/+1
2015-12-23Clarify what text-capitalize actually doesPatrick H. Lauke1-0/+2
as on first skimming over these, it may not be completely obvious
2015-12-23Change italicized to italicPatrick H. Lauke1-1/+1
...otherwise, by the same logic, it should be "Bolded text" above. just looks clunky...
2015-12-23Fix bulleted lists on Utilities docDavid\ Beitey1-0/+3
2015-12-12Add <br>s to fix appearance of responsive float docs exampleChris Rebert1-8/+8
[skip sauce]
2015-12-08derp, wrong highlight syntaxMark Otto1-2/+2
2015-12-08add extra line before spacing utilities exampleLachlan Campbell1-0/+1
2015-12-08Update docs for spacing utilities themselves to account for #18185Chris Rebert1-69/+39
/fyi @mdo There might be prettier/better ways of explaining these, but for the sake of having accurate docs for tomorrow, this should do in a pinch. [skip sauce]
2015-12-07Tweak naming and docs of font utility classesChris Rebert1-4/+4
* `.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-06fixes #18433: add three new font utilsMark Otto1-0/+10
2015-11-29Merge pull request #18340 from twbs/responsive-pullsChris Rebert1-13/+13
Add responsive float classes
2015-11-29Merge pull request #18317 from twbs/redundant-text-aligns-18300Mark Otto1-3/+13
Remove non-responsive text alignment classes
2015-11-26Add responsive float classes; fixes #13690Chris Rebert1-13/+13
2015-11-23Add responsive embed class for 1:1 aspect ratioRichard Kraaijenhagen1-0/+5
Closes #18141
2015-11-22Remove non-responsive text alignment classesChris Rebert1-3/+13
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-14document links with text emphasis classes, fixes #18223Mark Otto1-0/+11
2015-11-12Move `[hidden]` style from _utilities.scss to _reboot.scss; fixes #18230Chris Rebert1-16/+0
[skip sauce]
2015-10-27Minor wording tidy-up on Utilities doc pageDavid Beitey1-1/+1
2015-10-16Add "keyboard users" to heading for `sr-only-focusable`Patrick H. Lauke1-1/+1
2015-10-16Remove redundant `.sr-only` text for Close buttonsPatrick H. Lauke1-2/+1
Since `aria-label` is used, it's not necessary anymore.
2015-10-12Tweak .text-capitalize example to show what happens to interior capital ↵Chris Rebert1-1/+1
letters; refs #17893 [ci skip]
2015-09-23Clarify [hidden] attr docs; closes #17169Chris Rebert1-10/+16
[ci skip]
2015-09-23Move v3 `.hidden` note into Migration docsChris Rebert1-1/+1
2015-09-07Fix usage of “its” and “it’s”Zearin1-1/+1
2015-08-26Document .bg-inversepetetnt1-0/+1
2015-08-23Rephrase/copyedit IE [hidden] compatibility docsChris Rebert1-1/+1
Fixes grammatical erratum from cf7819d8d554ed0fe09f78b35bdc6927787c35f7
2015-08-22mention the IE compatability for hidden attr per #17169Mark Otto1-1/+1
2015-08-21Docs: various fixesHeinrich Fenkart1-1/+5
Mostly links. Fixes #17056.
2015-08-14Massive cleanupMark Otto1-1/+1
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-14update utils, use importantMark Otto1-54/+63
2015-08-05restore page headers, use partial and page frontmatter to organize itMark Otto1-0/+1
2015-06-18Add 21x9 responsive embed modifierMark Otto1-1/+6
- Credit: @adammacias - Fixes #16499
2015-06-01move spacing utils to separate file, document them a bitMark Otto1-1/+70
2015-05-29fix utils ToC listing by unnesting headingsMark Otto1-13/+11
2015-05-29add markdown toc stuffMark Otto1-0/+5
2015-05-27Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto1-16/+4
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css
2015-04-17move responsive embed to utilities docs, update the nav to dedupe thingsMark Otto1-0/+28
2015-04-17move text utilities docs from type to utilitiesMark Otto1-3/+27
2015-04-17rename helpers to utilities in docs, matching the scss fileMark Otto1-0/+199