Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit 02f3e3e

Browse files
committed
compile fix
ref: github.com/angular/angular-cli/issues/13550
1 parent 02aa80f commit 02f3e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"src/assets"
2828
],
2929
"styles": [
30-
"src/styles.sass"
30+
"src/styles.scss"
3131
],
3232
"scripts": [],
3333
"es5BrowserSupport": true
@@ -84,7 +84,7 @@
8484
"tsConfig": "src/tsconfig.spec.json",
8585
"karmaConfig": "src/karma.conf.js",
8686
"styles": [
87-
"src/styles.sass"
87+
"src/styles.scss"
8888
],
8989
"scripts": [],
9090
"assets": [

0 commit comments

Comments
 (0)