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-24Fix typos (#32247)Rohit Sharma
2020-11-24Update codeql.yml (#32125)XhmikosR
Specify the branches and clean up the comments
2020-11-24introduction: split comments (#32223)XhmikosR
2020-11-24Update _syntax.scss (#32117)XhmikosR
* Update _syntax.scss with the latest chroma selectors * Sort selectors * Remove no longer needed chroma workaround * remove comments
2020-11-24CI: specify `FORCE_COLOR:2` (#32222)XhmikosR
This should show any colors in the output
2020-11-24postcss.config.js: remove arrow return (#32235)XhmikosR
2020-11-24Update devDependenciesXhmikosR
2020-11-24Manually backport #32226XhmikosR
docs: use `event` instead of `e`
2020-11-24Backport #32224XhmikosR
Be consistent with Popper's name.
2020-11-24Improve build/generate-sri.js regex (#29753)Noah Rosenzweig
When using single-quotes in config.yml, the previous regular expression in build/generate-cli.js wasn't working correctly, it was replacing ALL string values with hashes. Now both double- and single-quotes can be used in config.yml, and the RegExp will work as expected. Also, allow trailing whitespaces and empty ("") values to be matched. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-24examples: add the version number in `title` (#32198)XhmikosR
2020-11-24Backport #32189XhmikosR
docs(dropdowns): clarify where is `.show` applied
2020-11-24Backport #32178 and #32182XhmikosR
Handle Chromium to run Karma
2020-11-21Backport #32179 (#32220)Rohit Sharma
Don't hide modal when `config.keyboard` is false
2020-11-20tooltip/popover: add a `customClass` option (#31834)James Remeika
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-20docs: update selector CodePen example (#32202)XhmikosR
Moving it to the CodePen org so that we can all edit it.
2020-11-20scss: remove needless Stylelint disables (#32212)XhmikosR
2020-11-19Backport #32158 (#32203)XhmikosR
Switch to jsDelivr for the remaining docs assets Also, update feather icons and chart.js
2020-11-19Add overflow suppression to custom file label (#32160)Patrick H. Lauke
Avoids unsightly spilling out of long filename text, particularly for multi file inputs Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-19Use the example shortcode in more placesXhmikosR
Now, it's safe to do use it since it covers more cases
2020-11-19Fix syntax highlighting languageXhmikosR
2020-11-19Switch to HugoXhmikosR
This commit includes all the needed workarounds and most changes from the main branch for everything to work, like: * removing empty lines in raw HTML that break output * read .browserslistrc, CSS variables from disk instead of duplicating it * using Hugo mounts * using Hugo for the docs CSS/JS * move ToC Sass code to a separate file while adapting it for Hugo Thus, this patch makes our npm scripts faster since lint runs on one step and there's no separate docs assets processing.
2020-11-19homepage: split snippets and show copy buttons (#32196)XhmikosR
2020-11-18alerts.md: use Markdown (#32193)XhmikosR
2020-11-13Mention user-select-all support in docs (#32151)Mark Otto
2020-11-13Manually backport #32121 (#32141)XhmikosR
Use correct value order Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-11-13Avoid invisible real file input "spilling" out of container (#32145)Patrick H. Lauke
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-13Fix caniuse.com redirects (#32147)XhmikosR
2020-11-13Update devDependencies and gemsXhmikosR
2020-11-13download.md: link to JS files comparison too (#32087)XhmikosR
2020-11-13search.js: check for `search-input` element early (#32100)XhmikosR
2020-11-13package.json: fix clean-css level switch (#32097)XhmikosR
2020-11-13browsers-devices.md: make heading an `h3` (#32136)XhmikosR
2020-11-12navbar.md: remove `loading=lazy` from snippets (#32138)XhmikosR
2020-11-12input-group.md: fix wrong class `.visually-hidden` (#32137)XhmikosR
2020-11-12Check for data-interval on the first slide of carousel - v4 (#31820)Mitchell Bryson
When starting a cycle for a carousel, it only checks for a default interval, and not an interval defined on the slide element via data props. This adds a check in before creating the interval to move to the next slide. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-10Clarify JS bundle docs once more for v4 (#32106)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-09Changes to navbar documentation/explanation (#32094)Patrick H. Lauke
2020-11-08docs: mention "Liberation Sans" (#32083)XhmikosR
2020-11-05Make 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-05Update devDependenciesXhmikosR
2020-11-05Backport #32045XhmikosR
tests: fix sanitizer test. The test template does not include a `script` tag so the test always returned true.
2020-11-05ESLint: enable new-cap rule but ignore properties (#32036)XhmikosR
2020-11-05CODE_OF_CONDUCT.md: fix redirect (#32033)XhmikosR
2020-11-05Clarify PRs section (#32027)XhmikosR
2020-11-05Lint: stop ignoring package.js (#32021)XhmikosR
2020-11-03Backport #32040 (#32054)Patrick H. Lauke
Add callouts about using light colors ideally on a dark background
2020-11-01Move js/src/index.js one folder up (#32001)XhmikosR
2020-10-30Backport #32015XhmikosR
Fix redirects
2020-10-30Backport #31861XhmikosR
* Split up dropdown sizing docs to improve rendering - Drop the included .btn-toolbar, no need - Split large and small button examples