Skip to content

Instantly share code, notes, and snippets.

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