- 08 Jan, 2021 1 commit
-
-
Aleksandr Gorbatov authored
-
- 05 Jan, 2021 1 commit
-
-
Patrick H. Lauke authored
* v4: Add an actual `data-touch="false"` example in the carousel docs Backport of https://github.com/twbs/bootstrap/pull/32638 * Remove data-ride from example carousel * Correct attribute table explanation and remove slide class from example i believe the correct option is `slide` here, not `ride`. the `if "carousel"` bit was rather unclear/confusing * Edits... sorry, trying to make sense of our quirky carousel stuff, it seems some illogical things have been there ever since * Add data-interval to suppress autoplay * Tweak carousel options formatting * Update site/content/docs/4.5/components/carousel.md Co-authored-by:
Mark Otto <markd.otto@gmail.com> * Tweak language mostly based on @mdo 's suggestion, but also adds the word "attribute" after `data-ride` for better flow/legibility Co-authored-by:
Mark Otto <markd.otto@gmail.com>
-
- 15 Dec, 2020 2 commits
-
-
Patrick H. Lauke authored
v4 backport: Replace Lorem Ipsum placeholder text with more representative (or at least english language) text (#32462) Backport and expansion (for v4) of #32246 and #32479
-
Patrick H. Lauke authored
-
- 10 Dec, 2020 2 commits
-
-
Kyle Tsang authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
Mark Otto authored
-
- 09 Dec, 2020 1 commit
-
-
XhmikosR authored
* Revert colors.yml accidental changes * Bring colors data files up to par with the vars
-
- 08 Dec, 2020 1 commit
-
-
Gaël Poupard authored
-
- 25 Nov, 2020 1 commit
-
-
Rohit Sharma authored
Remove unnecessary `_getCustomClass` method. `customClass` will be in the configuration already, even if it is provided in the data attributes, and jQuery's [`addClass()`](https://api.jquery.com/addclass/ ) method will handle it, either `this.config.customClass` is a function or a class name (even if it is a blank string). Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
- 24 Nov, 2020 13 commits
-
-
Rohit Sharma authored
-
XhmikosR authored
Specify the branches and clean up the comments
-
XhmikosR authored
-
XhmikosR authored
* Update _syntax.scss with the latest chroma selectors * Sort selectors * Remove no longer needed chroma workaround * remove comments
-
XhmikosR authored
This should show any colors in the output
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
docs: use `event` instead of `e`
-
XhmikosR authored
Be consistent with Popper's name.
-
Noah Rosenzweig authored
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>
-
XhmikosR authored
-
XhmikosR authored
docs(dropdowns): clarify where is `.show` applied
-
XhmikosR authored
Handle Chromium to run Karma
-
- 21 Nov, 2020 1 commit
-
-
Rohit Sharma authored
Don't hide modal when `config.keyboard` is false
-
- 20 Nov, 2020 3 commits
-
-
James Remeika authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
XhmikosR authored
Moving it to the CodePen org so that we can all edit it.
-
XhmikosR authored
-
- 19 Nov, 2020 6 commits
-
-
XhmikosR authored
Switch to jsDelivr for the remaining docs assets Also, update feather icons and chart.js
-
Patrick H. Lauke authored
Avoids unsightly spilling out of long filename text, particularly for multi file inputs Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
XhmikosR authored
Now, it's safe to do use it since it covers more cases
-
XhmikosR authored
-
XhmikosR authored
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.
-
XhmikosR authored
-
- 18 Nov, 2020 1 commit
-
-
XhmikosR authored
-
- 13 Nov, 2020 7 commits
-
-
Mark Otto authored
-
XhmikosR authored
Use correct value order Co-authored-by:
Martijn Cuppens <martijn.cuppens@gmail.com>
-
Patrick H. Lauke authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-