Skip to content
Closed
2 changes: 1 addition & 1 deletion docs/documentation/stories/include-bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Verify the bootstrap styled button appears.
To ensure your variables are used open `_variables.scss` and add the following:

```sass
$brand-primary: red;
$blue: #dc3545;
```

Return the browser to see the font color changed.