diff --git a/aio/angular.json b/aio/angular.json index 222b569341..6bcb5f287b 100644 --- a/aio/angular.json +++ b/aio/angular.json @@ -58,7 +58,7 @@ } ], "styles": [ - "src/styles.scss" + "src/styles/main.scss" ], "scripts": [], "budgets": [ @@ -158,7 +158,7 @@ } ], "styles": [ - "src/styles.scss" + "src/styles/main.scss" ], "scripts": [] } @@ -193,4 +193,4 @@ } }, "defaultProject": "site" -} \ No newline at end of file +} diff --git a/aio/src/styles.scss b/aio/src/styles.scss deleted file mode 100644 index 9576ae3458..0000000000 --- a/aio/src/styles.scss +++ /dev/null @@ -1,3 +0,0 @@ -/* You can add global styles to this file, and also import other style files */ -@import './styles/ng-io-theme'; -@import './styles/main.scss'; diff --git a/aio/src/styles/main.scss b/aio/src/styles/main.scss index 8ca81bc8f8..b3edeaa6f1 100755 --- a/aio/src/styles/main.scss +++ b/aio/src/styles/main.scss @@ -1,5 +1,4 @@ // import global themes -@import '~@angular/material/theming'; @import './ng-io-theme'; // import global variables