Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit ded22d2

Browse files
fix(#11): don't display font awesome icons full screen at boot time
1 parent c463c3c commit ded22d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

angular.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@
5454
}
5555
],
5656
"styles": [
57-
{
58-
"input": "src/styles.scss"
59-
}
57+
"node_modules/@fortawesome/fontawesome-svg-core/styles.css",
58+
"src/styles.scss"
6059
],
6160
"stylePreprocessorOptions": {
6261
"includePaths": [

0 commit comments

Comments
 (0)