Aam-Digital/ndb-core

View on GitHub
src/styles/themes/ndb-theme.scss

Summary

Maintainability
Test Coverage
@use "@angular/material" as mat;
@use "variables/ndb-light-theme" as ndb-theme;

/* Include non-theme styles for core. */
@include mat.core();
@include mat.typography-hierarchy(ndb-theme.$typography);
@include mat.all-component-themes(ndb-theme.$theme);