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
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2020-11-11 19:22:42 +0300
committerGitHub <noreply@github.com>2020-11-11 19:22:42 +0300
commitbc4da38c8bc5516149fe9165020077cdf6ac2379 (patch)
tree7b1b3b3c7f41e0b954017c06be35b630a6059391
parentbdf534df597949a4f165afb732dc44e94a32884a (diff)
Minor improvements to the Alpha 3 changelog (#32126)
Small changes for improved consistency Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--site/content/docs/5.0/migration.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md
index 389341a539..bc6ed103cc 100644
--- a/site/content/docs/5.0/migration.md
+++ b/site/content/docs/5.0/migration.md
@@ -13,12 +13,9 @@ toc: true
- Dropped support for Microsoft Edge Legacy. See [here](#browser-support-1) for the previous browser support changes.
-### Colors
+### Sass
-- The color system which worked with `color-level()` and `$theme-color-interval` was removed in favor of a new color system.
-- All `lighten()` and `darken()` functions in our codebase are replaced by `tint-color()` and `shade-color()`. These functions will mix the color with either white or black instead of changing its lightness by a fixed amount.
-- The `scale-color()` will either tint or shade a color depending on whether its weight parameter is positive or negative.
-- See [this PR](https://github.com/twbs/bootstrap/pull/30622) for more details.
+- The color system which worked with `color-level()` and `$theme-color-interval` was removed in favor of a new color system. All `lighten()` and `darken()` functions in our codebase are replaced by `tint-color()` and `shade-color()`. These functions will mix the color with either white or black instead of changing its lightness by a fixed amount. The `scale-color()` will either tint or shade a color depending on whether its weight parameter is positive or negative. [See #30622](https://github.com/twbs/bootstrap/pull/30622) for more details.
- Spinners now honor `prefers-reduced-motion: reduce` by slowing down animations. [See #31882](https://github.com/twbs/bootstrap/pull/31882).
### Reboot
@@ -27,7 +24,7 @@ toc: true
### Buttons
-- [**Dropped `.btn-block` in favor of CSS grid utility classes.**]({{< docsref "/components/buttons#block-buttons" >}}) Instead of applying `.btn-block` to individual buttons, a group of buttons now get wrapped in a parent `.d-grid` class and can use `.gap-*` utilities for spacing.
+- [Dropped `.btn-block` in favor of CSS grid utility classes.]({{< docsref "/components/buttons#block-buttons" >}}) Instead of applying `.btn-block` to individual buttons, a group of buttons now get wrapped in a parent `.d-grid` class and can use `.gap-*` utilities for spacing.
### Forms