mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +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:
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user