We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60e8af commit 38b1178Copy full SHA for 38b1178
docs/documentation/stories/include-bootstrap.md
@@ -117,7 +117,11 @@ Verify the bootstrap styled button appears.
117
To ensure your variables are used open `_variables.scss` and add the following:
118
119
```sass
120
+// version 3
121
$brand-primary: red;
122
+
123
+// version 4
124
+$primary: red;
125
```
126
127
Return the browser to see the font color changed.
0 commit comments