aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-30 08:55:16 -0700
committerMark Otto <[email protected]>2017-06-30 08:55:16 -0700
commit7cebaa8bb084bb82479a363415587c648af6c591 (patch)
tree6f96151fe51f2d76cea41cca098545da73784b14 /docs
parent56d43eb3e999221f139c6fa5bdecaceb9bf69206 (diff)
downloadbootstrap-7cebaa8bb084bb82479a363415587c648af6c591.tar.xz
bootstrap-7cebaa8bb084bb82479a363415587c648af6c591.zip
callout for future sass implementation
[skip ci]
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/getting-started/options.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/4.0/getting-started/options.md b/docs/4.0/getting-started/options.md
index 387b68a54..4788c847a 100644
--- a/docs/4.0/getting-started/options.md
+++ b/docs/4.0/getting-started/options.md
@@ -66,6 +66,10 @@ Here's how you can use these in your Sass:
[Color utility classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/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.
+{% endcallout %}
+
### 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 our `scss/_variables.scss` file.