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-06-16Prepare docs for v5.getbootstrap.comXhmikosR
* use v5.getbootstrap.com as the site URL/CNAME * block robots from crawling * specify next npm tag
2020-06-16Rename "master" to "main". (#31050)XhmikosR
2020-06-16v5: Add role=button cursor in Reboot (#31040)Mark Otto
* v5: Add role=button cursor in Reboot Ports the changes from #30562 made in v4.5 and adds them to v5. This replaces #30563 which sought to add this to the utility API, but the v4 PR shifted to implement an accessible solution vs a lone utility. * Update reboot.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-16Fix typo (#31051)Quy
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-16Move homepage-hero.svg and improve compressionXhmikosR
2020-06-16Remove the unused bootstrap-stack.svgXhmikosR
2020-06-16Downsize SVG, add role=imgMark Otto
2020-06-16Center up the B in our logo a bit betterMark Otto
2020-06-16Update navbar logo and hero imageMark Otto
2020-06-16Update navbar and subnav to xxl containerMark Otto
2020-06-16Update v5 homepage to match v4.5's changesMark Otto
2020-06-16Fix social_image_path dimensionsXhmikosR
2020-06-16Add new favicons.XhmikosR
2020-06-16Remove IE-specific images/files.XhmikosR
2020-06-16v5: New faviconsMark Otto
2020-06-16Fix BootstrapCDN's name (#31049)XhmikosR
2020-06-16Fix a broken link and a redirect. (#31045)XhmikosR
2020-06-16Remove reference to Bootlint.XhmikosR
Unfortunately, Bootlint does not work on Bootstrap >= v4.
2020-06-16Remove unused issue templatesXhmikosR
2020-06-16Tighten bundlewatch limits (#31043)XhmikosR
2020-06-16Clarify removal of border radiiMartijn Cuppens
2020-06-16Switch to btn-checkMartijn Cuppens
2020-06-16Remove checkbox/radio toggle from button plugin in favor of a CSS only solutionMartijn Cuppens
2020-06-15Update index.htmlJonathan
Hyphen to minus for amount. Hyphen to dash for ranges.
2020-06-15Change breakpoint-max implementationMartijn Cuppens
- The `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint. - The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints.
2020-06-15docs(examples): fix pricing exampleGaël Poupard
2020-06-15docs(examples): improve headings hierarchyGaël Poupard
2020-06-15docs(examples): empty alt for screenshots to prevent redundancyGaël Poupard
2020-06-14Run dist on latestMark Otto
2020-06-13🔥 Remove container duplicationk-utsumi
2020-06-13v5: Redo blockquote attributions (#30814)Mark Otto
* v5: Redo blockquote attributions - Renames -small-* variables to -footer-* - Updates blockquote demos with attribution to place it outside the blockquote with a figure wrapper * Updated class name * docs(examples): refactor blockquotes in masonry example Co-authored-by: Gaël Poupard <gael.poupard@orange.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-12Replace serve with sirv-cli. (#31020)XhmikosR
2020-06-12Update devDependencies (#31019)XhmikosR
* eslint-config-xo ^0.30.0 → ^0.31.0 * eslint-plugin-import ^2.21.1 → ^2.21.2 * karma ^5.0.9 → ^5.1.0
2020-06-12Update .gitattributes (#30934)XhmikosR
This requires git >= 2.10 but it was released almost 4 years ago.
2020-06-12Stylelint: remove redundant disables (#31006)XhmikosR
2020-06-12docs(layout): drop useless .text-left on overview tableGaël Poupard
2020-06-11Update lint.yml (#31012)XhmikosR
2020-06-11Revert "Change when CI runs"XhmikosR
This reverts commit 37dc6e1031ea43a1d796d0b82347c453b97ec996.
2020-06-11Update ActionsXhmikosR
* skip BrowserStack if we are not on the main repo * remove the action filename from cache
2020-06-10Switch to Node.js 12.x.XhmikosR
2020-06-10Change when CI runsXhmikosR
Run it for all pull requests, the master branch, and any branches that end with `-ci`.
2020-06-10Add dart-sass build testXhmikosR
Builds the CSS with dart-sass and lists the files in dist-sass/css folder
2020-06-10Split GitHub Actions.XhmikosR
Everything should be faster now. Also, we can restart a failed workflow and not the whole thing like before.
2020-06-09fix(grid): zero min-width on .col has too much side-effects (#30979)Gaël Poupard
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-09Bump @rollup/plugin-commonjs from 12.0.0 to 13.0.0 (#30991)dependabot-preview[bot]
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 12.0.0 to 13.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v12.0.0...commonjs-v13.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-09Fix undefined custom properties in reboot (#30981)Martijn Cuppens
2020-06-09Update devDependencies (#30987)XhmikosR
* @rollup/plugin-babel ^5.0.2 → ^5.0.3 * eslint ^7.1.0 → ^7.2.0 * eslint-config-xo ^0.29.1 → ^0.30.0 * eslint-plugin-import ^2.20.2 → ^2.21.1 * rollup ^2.12.0 → ^2.15.0 * serve ^11.3.1 → ^11.3.2 * stylelint ^13.5.0 → ^13.6.0
2020-06-09Update docs for navsRohit Sharma
Co-authored-by: Mark Otto <otto@github.com>
2020-06-09Remove .nav-item from .nav-link to make it consistentRohit Sharma
- Closes #28423
2020-06-08Prevent `.row` from shrinking in flex container (#30940)Gaël Poupard