aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-09-27Add striped table columnstable-striped-colsMark Otto1-0/+7
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-25Restore `rem` unit (#31746)Martijn Cuppens1-1/+1
Fix unintentional unit change in https://github.com/twbs/bootstrap/commit/1af79bbc5267428af9fcb4a8fc9e6ab0b30328f4#diff-d8ee409a461718bfb6240710c8c73382
2020-09-24Fix bundlewatch test I missedMark Otto1-1/+1
2020-09-24Carousel enhancements, including .carousel-dark (#31650)Mark Otto3-4/+69
* 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-24README.md: show brotli size too (#31259)XhmikosR1-0/+2
2020-09-24Add .dropdown-menu-dark (#30171)Mark Otto3-0/+100
* 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-24fix tooltip hide method when already hidden (#31115)Hiws2-0/+18
Co-authored-by: XhmikosR <[email protected]>
2020-09-23Forgot to divide by 2Mark Otto1-2/+2
2020-09-23Match container gutters with row guttersMark Otto2-4/+6
- Replaces make-container mixin's padding-x param with gutter to match naming - Changes value of container padding variable to match grid gutter width variable - Uses local CSS variable for container padding Fixes #31642
2020-09-23Updates to .ratio selectors and docsMark Otto4-19/+19
- 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 Otto8-81/+82
2020-09-23Updates responsive embeds with new class names and CSS variablesMark Otto5-40/+57
- 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-23Input group addon sass customization options (#31729)Martijn Cuppens2-2/+5
2020-09-22Add more variables, add a comment for the 3Mark Otto3-12/+15
2020-09-22Double the brightness for improved focus contrastMark Otto1-1/+1
2020-09-22Update .btn-close-white to use grayscale() filter too for better focus stylesMark Otto1-1/+1
2020-09-22Update toasts dismiss (moving more styles to CSS instead of utilities), fix ↵Mark Otto6-43/+44
some more close examples, and add a new .btn-close-white variant
2020-09-22Update some close button examplesMark Otto2-7/+3
2020-09-22Tweak sizing and alignment of .btn-close in modal headersMark Otto1-4/+3
2020-09-22Add details to the Migration pageMark Otto1-0/+6
2020-09-22Add opacity variables, set opacity on disabled stateMark Otto2-3/+8
2020-09-22Increase margin in button examples to better highlight focus stylesMark Otto1-2/+1
2020-09-22Increase width of focus styles so it's more pixel perfect out of the boxMark Otto1-1/+1
2020-09-22Rename .close to .btn-close, replace times sign with background SVG, update ↵Mark Otto7-99/+55
focus state
2020-09-22Add new variable for -padding-xMark Otto2-1/+2
2020-09-22Bump rollup from 2.26.11 to 2.28.1 (#31725)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.26.11 to 2.28.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.26.11...v2.28.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-09-22Bump @rollup/plugin-commonjs from 15.0.0 to 15.1.0 (#31724)dependabot[bot]2-4/+4
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 15.0.0 to 15.1.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v15.0.0...commonjs-v15.1.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-09-22Bump eslint-plugin-unicorn from 21.0.0 to 22.0.0 (#31723)dependabot[bot]2-6/+6
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 21.0.0 to 22.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v21.0.0...v22.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-20Extra position utilities (#31280)Jaume Sala4-1/+140
* 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)XhmikosR6-7/+7
* 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-15Bump hugo-bin from 0.62.3 to 0.63.1 (#31660)dependabot[bot]2-4/+4
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.62.3 to 0.63.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.62.3...v0.63.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-09-15Bump stylelint-config-twbs-bootstrap from 2.0.3 to 2.1.0 (#31663)dependabot[bot]2-5/+5
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v2.0.3...v2.1.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-09-15Bump eslint from 7.8.1 to 7.9.0 (#31661)dependabot[bot]2-11/+11
Bumps [eslint](https://github.com/eslint/eslint) from 7.8.1 to 7.9.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.8.1...v7.9.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-15Update Stylelint rulesXhmikosR2-2/+6
Enable `scss/selector-no-union-class-name`
2020-09-15Add spaces after commasXhmikosR1-5/+5
2020-09-15Remove unnecessary nesting selectorsXhmikosR2-2/+2
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]>