0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

docs: Fix typo on Customize -> Color page (#31556)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Alex Plescan 2020-09-02 00:05:40 +10:00 committed by GitHub
parent bd84a6da4e
commit a8b8f631cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ Bootstrap's source Sass files include three maps to help you quickly and easily
- `$colors` lists all our available base (`500`) colors
- `$theme-colors` lists all semantically named theme colors (shown below)
- `$grays` lists all tins and shades of gray
- `$grays` lists all tints and shades of gray
Within `scss/_variables.scss`, you'll find Bootstrap's color variables and Sass map. Here's an example of the `$colors` Sass map: