Skip to content

Commit 79efc67

Browse files
committed
fix(angular.json): missing css path
1 parent 2b7cbdc commit 79efc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"tsConfig": "src/tsconfig.spec.json",
7373
"karmaConfig": "src/karma.conf.js",
7474
"styles": [
75-
"styles.css"
75+
"src/styles.css"
7676
],
7777
"scripts": [],
7878
"assets": [

0 commit comments

Comments
 (0)