diff options
| author | Martijn Cuppens <[email protected]> | 2020-02-15 13:52:27 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-15 13:52:27 +0100 |
| commit | 3e8ab644eab45f0c28950d027ee0a6d1c7d5e624 (patch) | |
| tree | f54b786af7b1520e10d07ac83ed76f5a2bcef29d | |
| parent | 139b480b6da63ebb955c44a289ffea52efb6ac83 (diff) | |
| download | bootstrap-3e8ab644eab45f0c28950d027ee0a6d1c7d5e624.tar.xz bootstrap-3e8ab644eab45f0c28950d027ee0a6d1c7d5e624.zip | |
Remove color shades callout (#30181)
Not applicable anymore since https://github.com/twbs/bootstrap/pull/29348
| -rw-r--r-- | site/content/docs/4.3/getting-started/theming.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/site/content/docs/4.3/getting-started/theming.md b/site/content/docs/4.3/getting-started/theming.md index f34f641b0..c5ac8cf93 100644 --- a/site/content/docs/4.3/getting-started/theming.md +++ b/site/content/docs/4.3/getting-started/theming.md @@ -317,10 +317,6 @@ Here's how you can use these in your Sass: [Color utility classes]({{< docsref "/utilities/colors" >}}) are also available for setting `color` and `background-color`. -{{< callout info >}} -In the future, we'll aim to provide Sass maps and variables for shades of each color as we've done with the grayscale colors below. -{{< /callout >}} - ### Theme colors We use a subset of all colors to create a smaller color palette for generating color schemes, also available as Sass variables and a Sass map in Bootstrap's `scss/_variables.scss` file. |
