mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
docs: add sass brand variable for bootstrap 4
This commit is contained in:
parent
c60e8af977
commit
38b117872a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user