Created
October 4, 2017 21:29
-
-
Save Splaktar/ff88219a21a862017f62bc3216b95c72 to your computer and use it in GitHub Desktop.
Revisions
-
Splaktar created this gist
Oct 4, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ @import './styles/theme'; // Include the base styles for Angular Material core. We include this here so that you only // have to load a single css file for Angular Material in your app. // Be sure that you only ever include this mixin once! @include mat-core(); // Include theme styles for core and each component used in your app. // Alternatively, you can import and @include the theme mixins for each component that you are using. @include angular-material-theme($app-theme); html { ...