From: Mark Otto Date: Fri, 30 Jun 2017 15:55:16 +0000 (-0700) Subject: callout for future sass implementation X-Git-Tag: v4.0.0-beta~115^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F22836%2Fhead;p=thirdparty%2Fbootstrap.git callout for future sass implementation [skip ci] --- diff --git a/docs/4.0/getting-started/options.md b/docs/4.0/getting-started/options.md index 387b68a54e..4788c847a1 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.