aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-04-27 10:19:08 -0700
committerMark Otto <[email protected]>2020-05-01 11:35:40 -0700
commite0b1eff2d39daa4f865912f222f8c918abffe407 (patch)
tree17f7d74260fcaa79e7d4257a01e2b45a54517641
parentca5c67364a3a3c842779b32c72524c0b2484114b (diff)
downloadbootstrap-e0b1eff2d39daa4f865912f222f8c918abffe407.tar.xz
bootstrap-e0b1eff2d39daa4f865912f222f8c918abffe407.zip
Update function names in migration, clarify tints and shades are Sass variables
-rw-r--r--site/content/docs/4.3/migration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md
index 1fc4c7027..98b7036a6 100644
--- a/site/content/docs/4.3/migration.md
+++ b/site/content/docs/4.3/migration.md
@@ -59,8 +59,8 @@ Changes to our source and compiled JavaScript files.
We've updated the color system that powers Bootstrap to improve color contrast and provide a much more extensive set of colors.
- Updated blue and pink base colors (`-500`) to ensure AA contrast.
-- Added new tints and shades for every color, providing nine separate colors for each base color.
-- To support our color system, we've added new custom `tint()` and `shade()` functions to mix our colors appropriately.
+- Added new tints and shades for every color, providing nine separate colors for each base color, as new Sass variables.
+- To support our color system, we've added new custom `tint-color()` and `shade-color()` functions to mix our colors appropriately.
## Grid and layout