Skip to content

Commit 38b1178

Browse files
callmepillsfilipesilva
authored andcommitted
docs: add sass brand variable for bootstrap 4
1 parent c60e8af commit 38b1178

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/documentation/stories/include-bootstrap.md

+4
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,11 @@ Verify the bootstrap styled button appears.
117117
To ensure your variables are used open `_variables.scss` and add the following:
118118

119119
```sass
120+
// version 3
120121
$brand-primary: red;
122+
123+
// version 4
124+
$primary: red;
121125
```
122126

123127
Return the browser to see the font color changed.

0 commit comments

Comments
 (0)