From 38b117872acdbba26f9454977fa00d7e330f47d7 Mon Sep 17 00:00:00 2001 From: Anthony Leveillee Date: Mon, 20 Nov 2017 21:23:23 -0500 Subject: [PATCH] docs: add sass brand variable for bootstrap 4 --- docs/documentation/stories/include-bootstrap.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/documentation/stories/include-bootstrap.md b/docs/documentation/stories/include-bootstrap.md index 3debf5d279..b5d2443421 100644 --- a/docs/documentation/stories/include-bootstrap.md +++ b/docs/documentation/stories/include-bootstrap.md @@ -117,7 +117,11 @@ Verify the bootstrap styled button appears. To ensure your variables are used open `_variables.scss` and add the following: ```sass +// version 3 $brand-primary: red; + +// version 4 +$primary: red; ``` Return the browser to see the font color changed.