Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-11browsers-devices: add `chomp` (#32116)XhmikosR
This is to remove any trailing newlines in the `.browserslistrc` shortcode
2020-11-11Use correct value order (#32121)Martijn Cuppens
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-11Minor improvements to the Alpha 3 changelog (#32126)Christian Oliff
Small changes for improved consistency Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-11masthead: add newlines in the snippets and reindent (#32129)XhmikosR
* Update masthead-followup.html * Update single.html
2020-11-10Bump autoprefixer from 10.0.1 to 10.0.2 (#32119)dependabot[bot]
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.1 to 10.0.2. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.0.1...10.0.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10Clarify JS bundle docs one more time (#32105)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-10Bump hugo-bin from 0.65.0 to 0.66.1 (#32114)dependabot[bot]
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.65.0 to 0.66.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.65.0...v0.66.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-10Bump postcss from 8.1.4 to 8.1.6 (#32113)dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.4 to 8.1.6. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.1.4...8.1.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10Bump eslint from 7.12.1 to 7.13.0 (#32112)dependabot[bot]
Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.13.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.12.1...v7.13.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10Bump sass from 1.28.0 to 1.29.0 (#32111)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.28.0 to 1.29.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.28.0...1.29.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-09docs.html: replace backslashes with forward slashes (#32102)XhmikosR
This resulted in wrong links when building the docs on Windows.
2020-11-09modal.html: use `textContent` (#32101)XhmikosR
We are not handling any HTML
2020-11-09search.js: check for `search-input` element early (#32100)XhmikosR
2020-11-09search.js: use the current v5.getbootstrap.com URL (#32099)XhmikosR
2020-11-09package.json: fix clean-css level switch (#32097)XhmikosR
2020-11-09karma.conf.js: break lines (#32093)XhmikosR
2020-11-09Drop `.btn-block` classes, replace with utilities (#31995)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-09[Docs] Changes to navbar documentation/explanation (#32090)Patrick H. Lauke
* Expand "external content" section for navbar - rephrase the intro to make a bit more sense - add note about dangers of focus/reading order problems * Remove pointless intro sentence * Small wording changes/additions/fixes
2020-11-08Add .gap utilities (#32074)Mark Otto
* Add gap utilities * Update .bundlewatch.config.json * Revamp headings on this page for better organization Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-08Add checks to fix color contrast issues (#32085)Martijn Cuppens
2020-11-08Partially revert "Move this to a partial to work around the stray `p` ↵XhmikosR
issue." (#32076) This partially reverts commit 23ddfa99a33c81916666326e0cfd2582dacfca44.
2020-11-08download.md: link to JS files comparison too (#32087)XhmikosR
2020-11-08config.yml: remove the unused "expo" parameter (#32086)XhmikosR
2020-11-08reboot.md: mention "Liberation Sans" (#32084)XhmikosR
2020-11-06_variables.scss: reorder SVG attributesXhmikosR
This results in slightly better gzip compression
2020-11-06Shade color for better color contrastMartijn Cuppens
2020-11-06Fix missing border & add transitionsMartijn Cuppens
2020-11-06Remove default transform-origin per code reviewMark Otto
2020-11-06Update relative position hack for layersMark Otto
Switches to slightly more verbose, but more consistent, z-index layering we use elsewhere (e.g., pagination). Doing this ensures we're not toggling position on and off, but rather z-index.
2020-11-06Add dedicated accordion component based on Collapse JSMark Otto
2020-11-06Add .d-grid to our display utilities (#32066)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-06stylelint: pass the ` --rd` flag (#32063)XhmikosR
* stylelint: pass the ` --rd` flag Should report any needless disables * Update _button-group.scss * Update _floating-labels.scss
2020-11-06Remove firefox workaround for ::file-selector-button margin. (#32064)Emilio Cobos Álvarez
As per https://bugzilla.mozilla.org/show_bug.cgi?id=1673895, this workaround shouldn't be necessary in FF83+. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-05Add keyboard shortcut to focus search field (#31702)Mark Otto
* Documentation: Add slash key event to focus the input search. * Add little tag for keyboard shortcut in the search field * Use ctrl / as keyboard shortcut * Update search.js Co-authored-by: chuckrincon <chuckrincon@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-05Tighten bundlewatch limits.XhmikosR
2020-11-05Remove the now unneeded polyfills.XhmikosR
2020-11-05Drop Legacy Edge support.XhmikosR
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
2020-11-05Big copy edits and testingMark Otto
Moves the remote utilities section to the using the api section and updates the code snippet to work. Previous one removed all utilities.
2020-11-05docs: add info on modifying and adding utilitiesLuke-zhang-04
2020-11-05Editing and formatting utilities API pageMark Otto
2020-11-04deps: move sirv-cli to npx (#32056)XhmikosR
2020-11-03Form file docs and overrides (#32058)Gaël Poupard
2020-11-03dropdown.js: simplify code (#32055)XhmikosR
2020-11-03Update devDependencies (#32048)XhmikosR
* hugo-bin ^0.64.5 → ^0.65.0 * karma-firefox-launcher ^2.0.0 → ^2.1.0 * linkinator ^2.2.0 → ^2.2.2 * postcss-cli ^8.1.0 → ^8.2.0 * rollup ^2.32.1 → ^2.33.1 * sass ^1.27.1 → ^1.28.0
2020-11-02Make docs anchorjs links darker on keyboard focus (#32050)Patrick H. Lauke
* Make docs anchorjs links darker on keyboard focus Not just on mouse hover * Update site/assets/scss/_anchor.scss Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2020-11-02Add callouts about using light colors ideally on a dark background (#32040)Patrick H. Lauke
* Add callout about using light colors ideally on a dark background * Add callout to helpers > colored links as well
2020-11-02tests: tweak Jasmine usage (#32046)XhmikosR
* jasmine/expect-matcher * jasmine/prefer-jasmine-matcher Found with `eslint-plugin-jasmine`
2020-11-02tests: fix sanitizer test. (#32045)XhmikosR
The test template does not include a `script` tag so the test always returned true.
2020-11-02tests: switch to using `toContain()` to check for substring presence (#32043)XhmikosR
2020-11-01ESLint: enable new-cap rule but ignore properties (#32036)XhmikosR