Skip to content

Instantly share code, notes, and snippets.

@CharlieGreenman
Created July 12, 2019 13:52
Show Gist options
  • Save CharlieGreenman/59767b0c54aeb50ff7f52ac66fa27a28 to your computer and use it in GitHub Desktop.
Save CharlieGreenman/59767b0c54aeb50ff7f52ac66fa27a28 to your computer and use it in GitHub Desktop.
Angular Material Sass Light Theme Function
@function mat-light-theme($primary, $accent, $warn: mat-palette($mat-red)) {
@return (
primary: $primary,
accent: $accent,
warn: $warn,
is-dark: false,
foreground: $mat-light-theme-foreground,
background: $mat-light-theme-background,
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment