Created
July 12, 2019 14:22
-
-
Save CharlieGreenman/546b0b8bcb55adc4f3d49b3c828411ff to your computer and use it in GitHub Desktop.
Custom Sass Razroo Theme Function
This file contains hidden or 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
@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