Skip to content

Commit 7bd1611

Browse files
committed
Removed themeing requirement
1 parent 725b036 commit 7bd1611

4 files changed

Lines changed: 1 addition & 4 deletions

File tree

client/imports/account/create.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import '../../../node_modules/@angular/material/theming';
21
@import '../app.theme';
32

43
div.tuxlab-create{

client/imports/account/login.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import '../../../node_modules/@angular/material/theming';
21
@import '../app.theme';
32

43
div.tuxlab-login{

client/imports/account/reset.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import '../../../node_modules/@angular/material/theming';
21
@import '../app.theme';
32

43
div.tuxlab-reset{

client/imports/app.theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../node_modules/@angular/material/theming';
1+
@import '~@angular/material/theming';
22
// Plus imports for other components in your app.
33

44
// Include the common styles for Angular Material. We include this here so that you only

0 commit comments

Comments
 (0)