Save some bytes when using multiple themes in angular material components
Let's say you have a theme file called dark.scss like below.
// src/styles/themes/dark.scss
@use "sass:map";
@use "@angular/material" as mat;
@use "../typography/config" as typography;
@use "../components";
$my-app-dark-primary: mat.define-palette...
shhdharmen.hashnode.dev1 min read