aboutsummaryrefslogtreecommitdiff
path: root/site/content
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2023-01-10 10:16:35 +0100
committerMark Otto <[email protected]>2023-01-10 02:54:06 -0800
commit3fc305b2de2a86afa3660bf1aecb4a15ceb53ffd (patch)
tree8a5656844bc1e150ac390d7b998566c17ab14359 /site/content
parent927ccdf714fd7dff3daba927ada00f4f132ef954 (diff)
downloadbootstrap-3fc305b2de2a86afa3660bf1aecb4a15ceb53ffd.tar.xz
bootstrap-3fc305b2de2a86afa3660bf1aecb4a15ceb53ffd.zip
Docs: fix typo in migration guide
Diffstat (limited to 'site/content')
-rw-r--r--site/content/docs/5.3/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md
index 0b71ec3bc..870474346 100644
--- a/site/content/docs/5.3/migration.md
+++ b/site/content/docs/5.3/migration.md
@@ -19,7 +19,7 @@ Learn more by reading the new [color modes documentation]({{< docsref "/customiz
<span class="badge text-warning-emphasis bg-warning-subtle">Deprecated</span> Color modes replace dark variants for components, so `.btn-close-white`, `.carousel-dark`, `.dropdown-menu-dark`, and `.navbar-dark` are deprecated.
-- **New extended color system.** We've added new theme colors (but not in `$theme-colors)`) for a more nuanced, system-wide color palette with new secondary, tertiary, and emphasis colors for `color` and `background-color`. These new colors are available as Sass variables, CSS variables, and utilities.
+- **New extended color system.** We've added new theme colors (but not in `$theme-colors`) for a more nuanced, system-wide color palette with new secondary, tertiary, and emphasis colors for `color` and `background-color`. These new colors are available as Sass variables, CSS variables, and utilities.
- We've also expanded our theme color Sass variables, CSS variables, and utilities to include text emphasis, subtle background colors, and subtle border colors. These are available as Sass variables, CSS variables, and utilities.