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-11Minor improvements to the Alpha 3 changelog (#32126)Christian Oliff
Small changes for improved consistency Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-10Clarify JS bundle docs one more time (#32105)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
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-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-08reboot.md: mention "Liberation Sans" (#32084)XhmikosR
2020-11-06Fix missing border & add transitionsMartijn Cuppens
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-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-03Form file docs and overrides (#32058)Gaël Poupard
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-10-31Update instances of .font-weight to .fwMark Otto
2020-10-31Contrast colors added to theme-colors (#30044)Sead Memic
* Contrast colors added to theme-colors * redundant colors removed froms docs, theme-colors refactor * Add spaces for consistency * Adapt to the recent changes Co-authored-by: Sead Memic <sead.memic@intracto.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-30Updated .rounded utilities (#31687)Mark Otto
* Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Small copy addition * Add example modifier class for spacing Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-30Add `cursor:pointer` to color inputs (#32020)Patrick H. Lauke
* Add `cursor:pointer` for color inputs * Add to migration guide
2020-10-30Fix redirects (#32015)XhmikosR
2020-10-29Minor Markdown fixes (#32009)XhmikosR
* add missing language after fenced block * add missing end of file newline
2020-10-28Drop custom file upload plugin in favor of CSSMartijn Cuppens
2020-10-28v5: Floating labels (#30449)Mark Otto
* v5: Promote floating labels example to component - Adds new .form-floating - Stubs out basics of a docs page - Removes existing Example * Update floating labels to support .form-select, make inputs and selects more consistent - To do this, I made the .form-control and .form-select consistent in min-height vs height - Removed some unused variables now - Updated -color to be the -color because I don't know why this was any different before - Update page to include some examples for layout, validation, and value - Rewrite styles to not modify padding, but instead transform and opacity * Streamline and bulletproof some things - Apply some optimizations from code review - Removed unecessary properties from the label - Add some comments for what properties are required - Move from fixed height for labels to height 100% so we can support textareas - Improve docs a little bit, add ToC * Move some values to variables, switch from scaling font-size to scale, update transforms * Bring over changes from #30966 and add to them to tighten things up * Delete the now unused example images * Fix typo * Allowlist the calc function * Add transform-origin, update transform values * Test out autofill fix * Fix linter issue * Mention it in the migration guide * Bump bundlesize * Add one more variable per review * Shave .25rem off the height Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-28Add example with input group between two inputsJonathan
2020-10-27Fix git conflicts after #30571 (#31982)Martijn Cuppens
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-27list-group.md: fix snippet (#31981)XhmikosR
2020-10-27v5: Add .fs-* utilities for font-size and rename font-weight/-style ↵Mark Otto
utilities (#30571) * v5: Add .fs-* utilities for font-size - Adds new font-sizes Sass map - Generates six new classes for setting only font-size - Updates docs to mention this, including a scss-docs reference * Update font utilities - Make .fs-* utils for font-size use RFS - Rename .font-weight-* utils to .fw-* - Rename .font-style-* utils to .f-* - Update order of utilities a bit - Update docs to match * Update migration docs to make note of these changes * Be more specific in font-size docs about scale * Update font-style abbreviation to .fst * Fix font-weight property * Formatting & font style utility fix * Move to Alpha 3 migration section * Update migration guide for more details, splitting alpha 2 stuff back to the appropriate section in Migration guide * Tweak language on example Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-10-27Update migration guideMartijn Cuppens
2020-10-27Require `.has-validation` class to fix border radii on form elementsMartijn Cuppens
2020-10-25Rename Navs to Navs and Tabs (#31965)Mark Otto
* Rename Navs to Navs and Tabs Fixes #31378 * Add title to renamed file * Update navs-tabs.md * Add alias/redirect * Fix references to renamed file, tweak title Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
2020-10-25Explicitly mention emoji fonts, tweak sentence in typography (#31960)Patrick H. Lauke
2020-10-22Move `href` attribute first (#31835)XhmikosR
2020-10-20Update optimize.mdXhmikosR
For some weird reason, using "Exports" as the callout header leads to TypeError coming from clipboard.js
2020-10-20mention default export in our docs optimize sectionJohann-S
2020-10-20Update docs example on how to optimize JavaScript bundlePascal Pepe
2020-10-19Small typo - remove the unnecessary "the" (#31932)Patrick H. Lauke
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR
2020-10-19docs(migration): mention spinners slow down (#31929)Gaël Poupard
2020-10-19Apply smooth-scroll when `prefers-reduced-motion: no-preference` (#31877)Gaël Poupard
* feat(reboot): apply smooth-scroll when not prefers-reduced-motion * docs(migration): mention scroll-behavior in alpha3 * docs(accessibility): mention scroll-behavior in reduced motion section * docs(accessibility): rewording smooth scroll sentence * feat(variable): introduce enable-smooth-scroll variable * docs(accessibility): reword smooth-scroll sentence Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-19Slow down spinners when `prefers-reduced-motion: reduce` (#31882)Gaël Poupard
* feature(spinners): slow down spinners when prefers-reduced-motion * docs(spinners): add reduced motion callout and mention slowing down in accessibility page * Update spinners.md * docs(accessibility): rewording Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
2020-10-19docs(forms): use a legend for fieldset instead of aria-labelGaël Poupard
2020-10-19docs(forms): fix incorrect legend nesting in fieldsetGaël Poupard
2020-10-19docs(forms): drop useless text faking a label in horizontal forms exampleGaël Poupard
2020-10-19docs: switch to suggesting jsDelivr as a CDN (#31894)XhmikosR
2020-10-14Remove redundant visually hidden "(current)" from pagination controls (#31892)Patrick H. Lauke
* Replace visually hidden span with aria-current in tests * Remove redundant visually hidden "(current)" when `aria-current` already used Closes #31891
2020-10-13Update copy and add utilities to exampleMark Otto
2020-10-13Adding overflow visible as utilGaurav Behere