- 17 Feb, 2021 7 commits
-
-
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 11 commits
-
-
XhmikosR authored
-
XhmikosR authored
* `border: none` * `outline: none`
-
Mark Otto authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
XhmikosR authored
* lowercase `runner.os` * remove `CI` environment variable since it's already set by the runner
-
Patrick H. Lauke authored
Backport of https://github.com/twbs/bootstrap/pull/32754
-
Patrick H. Lauke authored
Manual backport of https://github.com/twbs/bootstrap/pull/32751 (which has not been merged yet, but assume it will shortly)
-
Patrick H. Lauke authored
Manual backport of https://github.com/twbs/bootstrap/pull/32689
-
Patrick H. Lauke authored
Manual backport of https://github.com/twbs/bootstrap/pull/32631
-
XhmikosR authored
package.json: move `version_short` variable under the `config` object This is so that it works on npm 7.x too.
-
XhmikosR authored
* rename constants * enforce the constants to be Boolean * use the coverage plugin only one time, on the latest jQuery run * fix karma `logLevel`
-
XhmikosR authored
-
- 08 Jan, 2021 5 commits
-
-
XhmikosR authored
-
XhmikosR authored
* @babel/cli ^7.12.8 → ^7.12.10 * @babel/core ^7.12.8 → ^7.12.10 * @babel/preset-env ^7.12.7 → ^7.12.11 * @rollup/plugin-babel ^5.2.1 → ^5.2.2 * @rollup/plugin-commonjs ^16.0.0 → ^17.0.0 * @rollup/plugin-node-resolve ^10.0.0 → ^11.0.1 * autoprefixer ^10.0.2 → ^10.2.1 * cross-env ^7.0.2 → ^7.0.3 * eslint ^7.14.0 → ^7.17.0 * eslint-config-xo ^0.33.1 → ^0.34.0 * eslint-plugin-unicorn ^23.0.0 → ^25.0.1 * find-unused-sass-variables ^3.0.0 → ^3.1.0 * hugo-bin ^0.66.2 → ^0.68.0 * linkinator ^2.2.2 → ^2.11.2 * nodemon ^2.0.6 → ^2.0.7 * postcss ^8.1.10 → ^8.2.3 * postcss-cli ^8.3.0 → ^8.3.1 * qunit ^2.12.0 → ^2.13.0 * rollup ...
-
XhmikosR authored
Add two new variables for pagination border-radius values
-
XhmikosR authored
Docs: Tweak the wording for collapse to indicate button is preferred/more semantic
-
XhmikosR authored
Clarify the `$enable-shadows` option in our docs
-