Skip to content

Instantly share code, notes, and snippets.

@Splaktar
Created October 4, 2017 21:29
Show Gist options
  • Save Splaktar/ff88219a21a862017f62bc3216b95c72 to your computer and use it in GitHub Desktop.
Save Splaktar/ff88219a21a862017f62bc3216b95c72 to your computer and use it in GitHub Desktop.
This file can only be included in your app once!
@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