- 11 Mar, 2021 3 commits
-
-
Patrick H. Lauke authored
Carousel: use buttons, not links, for prev/next controls
-
XhmikosR authored
-
Mark Otto authored
-
- 02 Mar, 2021 6 commits
-
-
XhmikosR authored
* @babel/cli ^7.12.16 → ^7.13.0 * @babel/core ^7.12.16 → ^7.13.8 * @babel/preset-env ^7.12.16 → ^7.13.9 * eslint ^7.20.0 → ^7.21.0 * eslint-config-xo ^0.34.0 → ^0.35.0 * eslint-plugin-unicorn ^28.0.1 → ^28.0.2 * hugo-bin ^0.68.0 → ^0.69.0 * linkinator ^2.13.4 → ^2.13.6 * lockfile-lint ^4.3.7 → ^4.6.2 * rollup ^2.39.0 → ^2.40.0 * stylelint ^13.10.0 → ^13.11.0
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
Nikon the Third authored
The `test` method on regexes does not behave like `match` on strings for checks if the regex matches when the global modifier (g) is present. Also adds a unit test on tooltips for sanitizing the same template twice. Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
- 18 Feb, 2021 1 commit
-
-
XhmikosR authored
* Update clean-css-cli to v5.2.0 * Enable clean-css's batch flag
-
- 17 Feb, 2021 9 commits
-
-
XhmikosR authored
Simplify karma.conf.js `customLaunchers` does not seem to be needed.
-
XhmikosR authored
* @babel/cli ^7.12.13 → ^7.12.16 * @babel/core ^7.12.13 → ^7.12.16 * @babel/preset-env ^7.12.13 → ^7.12.16 * @rollup/plugin-babel ^5.2.3 → ^5.3.0 * @rollup/plugin-node-resolve ^11.1.1 → ^11.2.0 * eslint ^7.19.0 → ^7.20.0 * eslint-plugin-unicorn ^27.0.0 → ^28.0.1 * karma ^6.0.4 → ^6.1.1 * postcss ^8.2.5 → ^8.2.6 * rollup ^2.38.5 → ^2.39.0 * stylelint ^13.9.0 → ^13.10.0 Kept clean-css-cli to 4.x for the time being.
-
XhmikosR authored
* Update the default value for $enable-deprecation-messages As seen in the https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss, the `$enable-deprecation-messages` variable is set to `true` by default.
-
Patrick H. Lauke authored
* 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>
-
XhmikosR authored
Should work now with folders with spaces
-
XhmikosR authored
-
XhmikosR authored
Unfortunately, they don't offer a `v1` tag
-
XhmikosR authored
-
Wesley Haines authored
Avoid bug in Firefox where text appears "noisy" due to text-shadow applying to focused form fields.
-
- 15 Feb, 2021 2 commits
-
-
Gaël Poupard authored
Fixes #30131 Issue mentions `form-control` but it impacts `.custom-select` — but not `textarea` since it has a qualifying type selector that increases its specificty. So another way could be to set `select.custom-select` and `input.form-control`. Would there be any other tag concerned by those classes? Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
XhmikosR authored
* use `in` instead of `strings.Contains` since the latter is not documented * use `cond`
-
- 09 Feb, 2021 1 commit
-
-
XhmikosR authored
* @babel/cli ^7.12.10 → ^7.12.13 * @babel/core ^7.12.10 → ^7.12.13 * @babel/preset-env ^7.12.11 → ^7.12.13 * @rollup/plugin-babel ^5.2.2 → ^5.2.3 * @rollup/plugin-commonjs ^17.0.0 → ^17.1.0 * @rollup/plugin-node-resolve ^11.1.0 → ^11.1.1 * autoprefixer ^10.2.3 → ^10.2.4 * eslint ^7.18.0 → ^7.19.0 * karma ^5.2.3 → ^6.0.4 * karma-qunit ^4.1.1 → ^4.1.2 * linkinator 2.11.2 → ^2.13.4 * postcss ^8.2.4 → ^8.2.5 * rollup ^2.38.0 → ^2.38.5 * vnu-jar 20.6.30 → 21.2.5
-
- 08 Feb, 2021 1 commit
-
-
pricop authored
-
- 28 Jan, 2021 1 commit
-
-
XhmikosR authored
-
- 27 Jan, 2021 1 commit
-
-
XhmikosR authored
Pin karma and linkinator due to failures
-
- 19 Jan, 2021 3 commits
-
-
XhmikosR authored
* Bump version to v4.6.0. * Dist
-
XhmikosR authored
* Backport #32037 Add `.navbar-nav-scroll` for vertical scrolling of navbar content * drop the css var for a Sass css Co-authored-by:
Mark Otto <markdotto@gmail.com>
-
Mark Otto authored
Mention CSP and embedded SVGs in v4 docs
-
- 18 Jan, 2021 1 commit
-
-
XhmikosR authored
Add a live toast example to the docs
-
- 17 Jan, 2021 1 commit
-
-
voltaek authored
* Backport of changes to v5 docs that updated and clarified information about the Sass compiler used and the minimum rounding precision we recommend with it. Co-authored-by:
Mark Otto <otto@github.com> Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
- 15 Jan, 2021 5 commits
-
-
XhmikosR authored
Improve zip-examples.js by only including the assets we need
-
Mark Otto authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
XhmikosR authored
This is so that it's consistent with the JS workflow thus the cache should match.
-
Mark Otto authored
* Clarify Sass import and customize docs for how to modify variable defaults * Add an npm starter project callout to a few pages
- 14 Jan, 2021 1 commit
-
-
Patrick H. Lauke authored
They're links, acting as links. Just because they're styled as buttons visually (as is often the case for "Call to action" (CTA) links) doesn't mean they need/get `role="button"`
-
- 13 Jan, 2021 4 commits