aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2018-11-13Fix toast documentation page.Johann-S2-0/+129
2018-11-13Add new toasts componentMark Otto2-0/+170
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 Otto2-0/+168
2018-11-12Update clipboard.js to v2.0.3 (#27657)Christian Oliff1-2/+2
2018-11-11Replace `data-src` with `src="..."` in docs. (#27649)XhmikosR1-1/+16
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.XhmikosR24-2601/+2226
Reduces duplication and makes maintenance easier.
2018-11-09Move analytics to an include file.XhmikosR2-9/+7
2018-11-09Move stylesheets to an include.XhmikosR2-12/+13
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-05Add japanese to translations (#27599)okazou1-0/+5
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. Lauke9-1/+18
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-02robots.txt: disallow crawling when not in production. (#27559)XhmikosR1-1/+1
2018-11-01Make meaning of tooltip's `selector` option clearer (#27573)Sebastian Hädrich1-1/+1
2018-10-30Add @MartijnCuppens to our core team ! :tada: (#27562)Johann-S1-0/+3
2018-10-30IE10 homepage fixMartijn Cuppens2-5/+7
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-22Further ToC fixes.XhmikosR1-1/+1
2018-10-22Remove unneeded check.XhmikosR1-1/+1
Leftover from after 43c20b9.
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
2018-10-21Example dashboard: Responsive padding-top of the main content (#26332)ysds1-1/+7
2018-10-21Improve Grid examples. (#26808)Martijn Cuppens3-92/+75
Removes the grid.css file of the grid example and makes use of utility classes
2018-10-21optimize data URIs (#27284)midzer1-1/+1
2018-10-20webpack page: Remove precss referenceXhmikosR1-31/+30
2018-10-20Make use of jekyll-toc's `no_toc_section` class.XhmikosR3-6/+2
Requires jekyll-toc v0.8.0.
2018-10-20Clean up docs Sass code.XhmikosR8-110/+61
* remove unused rules * use Sass nesting in more places * use the core mixins in more places * use the color variables more
2018-10-20Unregister Service Worker.XhmikosR1-0/+27
2018-10-20Remove service workerMark Otto3-27/+0
2018-10-20swipe left/right without hammerjsJohann-S4-6/+3
2018-10-20Add touch support in our carousel with HammerJS.Johann-S4-2/+11