aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2020-09-28Minor wording fixesXhmikosR1-7/+7
2020-09-28Fix linksXhmikosR1-20/+20
2020-09-28v5 alpha 2 migration guide updatesMark Otto1-12/+52
2020-09-28Convert SVGs in navbar and subnav to pixels (#31767)Mark Otto2-3/+3
2020-09-25brand: minor consistency changes (#31750)XhmikosR3-3/+3
2020-09-25v5: Adjust docs sidebar and navbar (#31119)Mark Otto13-78/+129
* Hide the docs nav on mobile, redesign it for two columns on narrow devices * Tweak spacing on ToC * Redesign sidebar and subnav * Revamp subnav mobile layout so everything's on one line * Tighten up masthead a little * Switch the icon for the subnav and do a little icon toggling * Fix mobile overflow since we changed guters stuff * Add the widths * make the subnav icon purple
2020-09-24Carousel enhancements, including .carousel-dark (#31650)Mark Otto1-0/+44
* Replace existing carousel control icons with chevrons from Bootstrap Icons * Add .carousel-dark variant * Test * Add variable for .carousel-dark filter * Update _variables.scss Co-authored-by: XhmikosR <[email protected]>
2020-09-24docs: link to the Asynchronous functions section (#31738)XhmikosR1-1/+1
2020-09-24Add .dropdown-menu-dark (#30171)Mark Otto1-0/+46
* Add .dropdown-menu-dark * Match background color to navbar dark * Update docs to include a navbar example * Update dropdowns.md Co-authored-by: XhmikosR <[email protected]>
2020-09-23Updates to .ratio selectors and docsMark Otto3-14/+18
- Remove group selector for ratio items - Drop the .ratio-item entirely - Update docs to explain updated approach - Update Migration guide to reflect the latest
2020-09-23Add example of responsive behavior for aspect ratiosMark Otto2-0/+26
2020-09-23Move styles to docs CSSMark Otto2-8/+11
2020-09-23Rename the classes and docs page, update everything accordinglyMark Otto5-69/+69
2020-09-23Updates responsive embeds with new class names and CSS variablesMark Otto3-21/+50
- Renames .embed-responsive-XbyY classes to .embed-responsive-XxY - Simplifies the Sass map to just be key and value, ratio and percentage - Builds .embed-responsive-* modifiers with CSS variables - Updates docs to show power of CSS variables - Add notes to the Migration guide
2020-09-22Update toasts dismiss (moving more styles to CSS instead of utilities), fix ↵Mark Otto3-42/+34
some more close examples, and add a new .btn-close-white variant
2020-09-22Update some close button examplesMark Otto2-7/+3
2020-09-22Add details to the Migration pageMark Otto1-0/+6
2020-09-22Increase margin in button examples to better highlight focus stylesMark Otto1-2/+1
2020-09-22Rename .close to .btn-close, replace times sign with background SVG, update ↵Mark Otto3-68/+23
focus state
2020-09-20Extra position utilities (#31280)Jaume Sala2-1/+106
* Extra position utilities Given that there are utilities for the *position* property, it seems logic to have utilities for the *top*, *left*, *bottom* and *right* propertires. * Update extra position utilities * add default position values map * tweak examples * add real life examples * fix double colon Co-authored-by: XhmikosR <[email protected]>
2020-09-18Update webpack.mdXhmikosR1-11/+21
Format snippets
2020-09-18Update webpack.mdMatthew Orahood1-4/+6
potcss-loader now uses the `postcssOptions` key. https://www.npmjs.com/package/postcss-loader
2020-09-17docs: fix a few redirects (#31689)XhmikosR3-3/+3
* Fix GitHub's permanent redirects * Fix a11yproject redirects * Update postcss-loader repo URL to the current one
2020-09-16Docs: Fix vertical align linkkyletsang1-1/+1
2020-09-15docs(scrollspy): mention keyboard access and apply tabindex=0 (#31578)Gaël Poupard1-7/+12
2020-09-15Rremove separate JS includes from homepage for simplicity's sake, but ↵Mark Otto1-5/+1
include a link to doing it separately
2020-09-15Rewrite quick start JS sections in getting started page so things are more ↵Mark Otto1-5/+17
clearly organized
2020-09-15Update site/content/docs/5.0/getting-started/download.mdXhmikosR1-1/+1
Co-authored-by: Mark Otto <[email protected]>
2020-09-15docs: mention our bundle file clearly.XhmikosR3-6/+16
Note that we are using the bundle file already in our docs since 787441d.
2020-09-15Add getInstance method in the docs for tooltip (#31636)Rohit Sharma1-0/+9
Co-authored-by: XhmikosR <[email protected]>
2020-09-15Mention the quotes requirement in the docs tooMark Otto1-1/+1
2020-09-14Typo in About / OverviewGaël Poupard1-1/+1
2020-09-10docs(examples): ensure content sits in landmarks (#31579)Gaël Poupard13-787/+799
2020-09-10docs(layout): ensure content sits in main (#31610)Gaël Poupard2-35/+51
Co-authored-by: XhmikosR <[email protected]>
2020-09-10docs(home): wrap all content in <main> & use <section> (#31580)Gaël Poupard3-12/+14
Co-authored-by: XhmikosR <[email protected]>
2020-09-10Update teamMark Otto1-6/+0
2020-09-10Remove sibling projects and fix image dimensionsMark Otto1-14/+2
2020-09-10Update _brand.scssXhmikosR1-2/+0
2020-09-10Remove `loading=lazy` from navbar snippetsXhmikosR1-2/+2
2020-09-10docs-navbar.html: add missing widthXhmikosR1-1/+1
2020-09-10Fix the remaining instances using the old logos.XhmikosR6-7/+7
2020-09-10Update the new SVGs with the svgo config we useXhmikosR3-3/+3
2020-09-10Remove `loading=lazy` from the image in viewportXhmikosR1-1/+1
2020-09-10Remove the unused PNG files.XhmikosR3-0/+0
2020-09-10First pass at cleaning up About pages and brand assetsMark Otto12-66/+39
2020-09-10Docs: (subjectively) nicer looking accordion example (#31137)Patrick H. Lauke1-7/+7
* Docs: (subjectively) nicer looking accordion example the use of `.btn-link` currently just looks a bit odd, subjectively (as in v5 we now force the underline to always be there, while in v4 at least it was only on hover/focus). `.btn-light` seems more fitting * Add extra classes for nicer overall look as suggested by @ysds * Tweak accessibility note for accordions and optional keyboard interactions
2020-09-09Add border width utility (#31484)Mauricio Hernan Cabrera2-0/+11
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
2020-09-04docs(placeholder): drop role=img and use aria-hidden for decorative SVG ↵Gaël Poupard1-1/+1
placeholders (#31575) Co-authored-by: XhmikosR <[email protected]>
2020-09-04docs(build tools): mention how to get the sources (#31590)Gaël Poupard1-1/+2
2020-09-03Drop h4 color customization in callouts (#31576)Gaël Poupard1-6/+8