Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. @function razroo-theme($primary, $accent, $warn: mat-palette($mat-red)) {
  2. @return (
  3. primary: $primary,
  4. accent: $accent,
  5. warn: $warn,
  6. is-dark: false,
  7. foreground: $mat-light-theme-foreground,
  8. background: $razroo-theme-background,
  9. );
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement