Created
July 12, 2019 13:52
-
-
Save CharlieGreenman/59767b0c54aeb50ff7f52ac66fa27a28 to your computer and use it in GitHub Desktop.
Angular Material Sass Light Theme Function
This file contains 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 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