aboutsummaryrefslogtreecommitdiff
path: root/site/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-11-20Use wrapping span instead of div (#27695)Martijn Cuppens2-7/+6
2018-11-20Remove holder.js.XhmikosR2-22/+1
2018-11-20Use the new include in examples too.XhmikosR6-31/+28
2018-11-20Tweak placeholder.svg.XhmikosR1-18/+18
* always include the title * make it possible to skip adding the title by passing `title=' '` * remove viewBox since we don't need it
2018-11-20Replace holder.js with SVGs.Martijn Cuppens11-78/+94
2018-11-20Replace anchor.js with jekyll-anchor-headings.XhmikosR3-15/+10
This allows us to generate the anchor links on build time. https://github.com/allejo/jekyll-anchor-headings
2018-11-20Allows both OL and UL lists for tab buttonsTieson Trowbridge1-1/+1
2018-11-20Add documentation about .text-decoration-none (#27686)ysds1-0/+9
2018-11-19Add documentation about viewport sizing utilities (#27688)ysds1-1/+14
2018-11-18Add documentation about .font-weight-bolder/lighter (#27678)ysds1-0/+2
2018-11-17Enforce lowercase class name in .stylelintrc (#27668)Christian Oliff1-1/+1
2018-11-16Update autoprefixer link to `.browserslistrc` file (#27675)Iurii Kucherov1-1/+1
2018-11-15Use fancy apostrophe in HTML files.XhmikosR7-9/+9
For Markdown files, this isn't needed because the Markdown converter takes care of this.
2018-11-13DistXhmikosR3-6/+6
2018-11-13Clean up some docs for toastsMark Otto1-57/+81
- Add headings to examples section - Clarify styles and customization options in examples - Add dismiss buttons to all toasts - Missing period added for consistency - Update roles, tweak text
2018-11-13Update toast documentation following pull #27155Laussel LOïc1-22/+27
Also remove close button everywhere just let it when autohide is set to false
2018-11-13Remove the show delay for our toast pluginJohann-S1-7/+3
2018-11-13Implement `data-dismiss="toast"` to allow user to interact itself with the ↵Laussel Loïc1-9/+35
component (#27155)
2018-11-13Fix toast documentation page.Johann-S2-0/+129
2018-11-13Add new toasts componentMark Otto1-0/+169
2018-11-13Customize browse text of the custom file input with HTML (#27651)Martijn Cuppens1-1/+13
2018-11-13Spinners: show all color variants.XhmikosR1-15/+7
2018-11-13Add Bootstrap's very first spinners omfg it's actually happeningMark Otto1-0/+167
2018-11-12Update clipboard.js to v2.0.3 (#27657)Christian Oliff1-2/+2
2018-11-11Minor/Docs: tweak accordion example heading level (#27620)Patrick H. Lauke1-6/+6
2018-11-11Allow to add more embed responsive ratios (#25894)Martijn Cuppens1-1/+12
2018-11-11Redirect `/extend/` to `/extend/approach/`.XhmikosR1-0/+1
2018-11-11Remove custom properties from examples so that they work in IE (#27634)Martijn Cuppens2-18/+9
2018-11-09Dashboard example: update 3rd-party libs and use the same CDN.XhmikosR1-2/+2
2018-11-09Add an examples layout.XhmikosR22-2599/+2180
Reduces duplication and makes maintenance easier.
2018-11-08use bsCustomFileInput in our docs (#27631)Johann-S1-1/+3
2018-11-07Wrap checkboxes in `.form-group` (#27624)sts-ryan-holton2-15/+21
2018-11-06Docs: Improve accessibility of disabled link example (#27614)ysds4-24/+24
Add `tabindex="-1"` and `aria-disabled="true"` to disabled link
2018-11-05Increase readability card columns docs (#27609)Martijn Cuppens1-1/+1
2018-11-05Add new `.rounded-pill` utility (#27339)sts-ryan-holton1-0/+2
2018-11-04Use a badge for .text-wrap exampleMartijn Cuppens1-1/+1
2018-11-04Add `text-wrap` example.XhmikosR1-0/+9
2018-11-03docs: remove false info from v3 suggestion.XhmikosR1-3/+1
2018-11-03Add Sass variable for prefers-reduced-motion, add callout to affected ↵Patrick H. Lauke8-1/+14
components (#27581) * Tweak the accessibility/reduced motion text include mention of carousel slides, remove the (now inaccurate, as Firefox 63 includes it too) mention that support is limited to Safari/macOS xref https://github.com/twbs/bootstrap/issues/27525 * Add new callout for reduced motion * Add variable to control prefers-reduced-motion media query support * Add callout about prefers-reduced-motion to all components currently using animation which are affected
2018-11-02Remove the obsolete tooltip-viewport example and redirect it.XhmikosR4-103/+4
2018-11-01Make meaning of tooltip's `selector` option clearer (#27573)Sebastian Hädrich1-1/+1
2018-10-30IE10 homepage fixMartijn Cuppens1-2/+0
2018-10-30Remove trailing space.XhmikosR1-1/+1
2018-10-30docs: remove Webpack version reference.XhmikosR1-1/+1
2018-10-30download page: add Yarn (#27544)Matheus Rocha Vieira1-0/+8
2018-10-23Improve pagination's documentation accessibility.Ng Yik Phang1-12/+16
- Remove `.sr-only` span for previous/next page, there is already`aria-label` - Add `aria-disabled="true"` and `aria-current="page"`
2018-10-22Use the example shortcode in more places.XhmikosR2-20/+6
Now that we don't have the ToC issue with the examples' headers in ToC, we can safely do this.no_toc_section_class
2018-10-21Disallow transition property (use mixin instead)Martijn Cuppens2-1/+2
2018-10-21Change erroneous documentation for .flex-fill (#27265)Nicolay Hvidsten1-2/+2
The current documentation for .flex-fill indicated that the flex items would have equal widths, regardless of content. This update ensures that the documentation reflects the fact that the width of the flex items depends on their actual content.
2018-10-21Add dropdown responsive alignment (#26255)ysds1-0/+38