Skip to content

Commit b8769d8

Browse files
drolaBrocco
authored andcommitted
docs(@angular/cli): fix font-awesome.css path for angular.json
The path does not need to go to the parent directory because angular.json and node_modules are siblings.
1 parent b4b55d0 commit b8769d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To add Font Awesome CSS icons to your app...
2323
"build": {
2424
"options": {
2525
"styles": [
26-
"../node_modules/font-awesome/css/font-awesome.css"
26+
"node_modules/font-awesome/css/font-awesome.css"
2727
"styles.css"
2828
],
2929
}

0 commit comments

Comments
 (0)