1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Use correct hex color code(#30533)

This commit is contained in:
Gaël Poupard 2020-04-08 12:50:57 +02:00 committed by GitHub
parent 2ac41f0d3e
commit bfbf265a50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ $theme-colors: (
To add a new color to `$theme-colors`, add the new key and value. Keep in mind not to remove the existing colors: To add a new color to `$theme-colors`, add the new key and value. Keep in mind not to remove the existing colors:
{{< highlight scss >}} {{< highlight scss >}}
$my-custom-color: #ffoodd; $my-custom-color: #ff00dd;
// Make sure to define `$primary`, `$secondary`, ect.. first // Make sure to define `$primary`, `$secondary`, ect.. first
$theme-colors: ( $theme-colors: (