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
2021-02-03Tweak scss-docs shortcodeXhmikosR
Should work now with indented start/end capture statements
2021-01-26Add a link to v4.x from the v5 homepage (#32745)Mark Otto
* Add a link to v4.x from the v5 homepage * Update masthead.html * Update masthead.html * Change label Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-19Docs: add v4.6.0 (#32842)XhmikosR
2021-01-15Clarifies Sass variable defaults, adds bootstrap-npm-starter callout (#32795)Mark Otto
* Clarify Sass import and customize docs for how to modify variable defaulst * Add an npm starter project callout to a few pages * Update callout-info-npm-starter.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-08docs(sidebar): active linkGaël Poupard
2021-01-08Move migration sidebar entry to sidebar.ymlXhmikosR
2020-12-15docs(skip links): new powers for .visually-hidden-focusableGaël Poupard
2020-12-10docs: SVG consistency changes (#32259)XhmikosR
* Move inlined SVG to a partial. Also, add `fill="currentColor"` in the SVGs. * docs: reorder attributes
2020-12-07Add a callout for the sanitizer in popovers and tooltips (#32272)Patrick H. Lauke
* Add a callout for the sanitizer in popovers and tooltips * Add second reference to sanitizer in the options Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-07Revert v5.getbootstrap.com changesXhmikosR
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard
2020-11-25homepage: fix wrong `alt` attribute (#32258)XhmikosR
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR
The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently.
2020-11-19Revert "Use Hugo mounts for our docs vendor files." (#32210)XhmikosR
* Revert "Adapt to the recent main changes" This reverts commit 50d892167036f440f9224327b0a48cf72a2e44b6. * Revert "Add Hugo Pipes logic for local and vendored scripts." This reverts commit 3fcfd606f2c264f1d3434e99c140a05edec461c3. * Revert "Use Hugo mounts for our docs vendor JS files." This reverts commit 6b071116f3b09b59a423ad999efbd67f8645bfa5.
2020-11-19Adapt to the recent main changesXhmikosR
* remove `bs-custom-file-input.min.js` * switch to errorf * change error message
2020-11-19Add Hugo Pipes logic for local and vendored scripts.Regis Philibert
2020-11-19Use Hugo mounts for our docs vendor JS files.XhmikosR
2020-11-19examples: add the version number in `title` (#32198)XhmikosR
2020-11-19Docs: fix homepage npm install version (#32194)Jiang Yan
2020-11-18Docs: change sidebar collapse controls to actual button elements (#31098)Patrick H. Lauke
apart from the visual styling, there's probably no good reason why these shouldn't be `<button>` elements, semantically the buttons still look a shade too button-like, despite using `.btn-light`. the last remnant of button styling can probably be suppressed further, *or* this makes the case for expanding the core button styles to have one that looks completely non-button and non-link like (for cases where an additional style/hint was given already, or it's clear from context that something's an actionable button or link) Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-17docs: use `expanded` Sass output style for development (#32176)XhmikosR
2020-11-17skippy.html: reduce whitespace outputXhmikosR
2020-11-17Add baseof layoutTiger Oakes
2020-11-17Move redirect layout into partialTiger Oakes
2020-11-14Rename docs version data attributeXhmikosR
2020-11-14Add `bs` in data attributesRohit Sharma
- Add `bs` in data APIs everywhere - Update unit tests
2020-11-13example.html: remove extra whitespace (#32143)XhmikosR
If we don't pass `class` to the `placeholder` shortcode, this resulted in two spaces before the `alt` attribute: ```html {{< example >}} {{< placeholder width="64" height="64" >}} {{< /example >}} ``` ```html <img src="..." alt="..."> ```
2020-11-12Fix caniuse.com URLS to prevent redirects (#32135)Christian Oliff
Shorter URLS which are faster as they avoid HTTP redirects
2020-11-11masthead: add newlines in the snippets and reindent (#32129)XhmikosR
* Update masthead-followup.html * Update single.html
2020-11-09docs.html: replace backslashes with forward slashes (#32102)XhmikosR
This resulted in wrong links when building the docs on Windows.
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-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-10-31Update instances of .font-weight to .fwMark Otto
2020-10-22Move `href` attribute first (#31835)XhmikosR
2020-10-22Update bs-table shortcode (#31803)XhmikosR
2020-10-19docs: switch to suggesting jsDelivr as a CDN (#31894)XhmikosR
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-12Improve callout shortcode. (#31802)XhmikosR
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown. This allows for stuff like: {{% callout info %}} ##### I'm an info callout! ```css .foo { color: #fff; } ``` {{< example >}} <div class="alert alert-warning alert-dismissible fade show" role="alert"> <strong>Holy guacamole!</strong> You should check in on some of those fields below. <button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button> </div> {{< /example >}} {{% /callout %}}
2020-09-29Update social.html: use `article` when it's a page (#31775)XhmikosR
2020-09-29docs: remove pixels from SVGs (#31791)XhmikosR
It's the default unit.
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR
2020-09-29Revert #31761 (#31792)XhmikosR
Revert "Re-optimize SVG" This reverts commit 331566bc85f7c0009e5a16b84d97f99c12d3a1c1. Revert "Move homepage-hero.svg to an img tag" This reverts commit c24acf8d2cca8e94a4115d7c30a281de23882789.
2020-09-28Add new Bootstrap Icons homepage imagesMark Otto
2020-09-28Move homepage-hero.svg to an img tagXhmikosR
2020-09-28Convert SVGs in navbar and subnav to pixels (#31767)Mark Otto
2020-09-25v5: Adjust docs sidebar and navbar (#31119)Mark Otto
* 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-24docs: link to the Asynchronous functions section (#31738)XhmikosR
2020-09-17docs: fix a few redirects (#31689)XhmikosR
* Fix GitHub's permanent redirects * Fix a11yproject redirects * Update postcss-loader repo URL to the current one
2020-09-15Rremove separate JS includes from homepage for simplicity's sake, but ↵Mark Otto
include a link to doing it separately
2020-09-15docs: mention our bundle file clearly.XhmikosR
Note that we are using the bundle file already in our docs since 787441d.