Created
October 4, 2017 21:29
-
-
Save Splaktar/ff88219a21a862017f62bc3216b95c72 to your computer and use it in GitHub Desktop.
This file can only be included in your app once!
This file contains 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 characters
@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 { | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment