docs: add sass brand variable for bootstrap 4

This commit is contained in:
Anthony Leveillee 2017-11-20 21:23:23 -05:00 committed by Filipe Silva
parent c60e8af977
commit 38b117872a

View File

@ -117,7 +117,11 @@ Verify the bootstrap styled button appears.
To ensure your variables are used open `_variables.scss` and add the following: To ensure your variables are used open `_variables.scss` and add the following:
```sass ```sass
// version 3
$brand-primary: red; $brand-primary: red;
// version 4
$primary: red;
``` ```
Return the browser to see the font color changed. Return the browser to see the font color changed.