1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-25 04:12:55 +01:00

Update function names in migration, clarify tints and shades are Sass variables

This commit is contained in:
Mark Otto 2020-04-27 10:19:08 -07:00 committed by Mark Otto
parent ca5c67364a
commit e0b1eff2d3

View File

@ -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