Skip to content

Commit

Permalink
fix(styles): include default-theme by default, fixes #92
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Mar 20, 2018
1 parent 6c0d38c commit 2e087f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@
@include anms-examples-component-theme($theme);
}

.default-theme {
@include angular-material-theme($anms-theme);
@include custom-components-theme($anms-theme);
}
@include angular-material-theme($anms-theme);
@include custom-components-theme($anms-theme);

.light-theme {
@include angular-material-theme($anms-light-theme);
Expand Down

0 comments on commit 2e087f0

Please sign in to comment.