Skip to content

Commit 9274ca7

Browse files
Broccohansl
authored andcommitted
docs: Update font awesome story.
1 parent 84e070d commit 9274ca7

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/documentation/stories/include-font-awesome.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@ npm install --save font-awesome
1919

2020
To add Font Awesome CSS icons to your app...
2121
```json
22-
// in .angular-cli.json
23-
24-
"styles": [
25-
"styles.css",
26-
"../node_modules/font-awesome/css/font-awesome.css"
27-
]
22+
// in angular.json
23+
"build": {
24+
"options": {
25+
"styles": [
26+
"../node_modules/font-awesome/css/font-awesome.css"
27+
"styles.css"
28+
],
29+
}
30+
}
2831
```
2932
### Using SASS
3033

0 commit comments

Comments
 (0)