Files
metabuilder/scss/material-m3.scss
2026-03-09 22:30:41 +00:00

11 lines
215 B
SCSS

@use './m3-scss/material' as mat;
$theme: mat.define-theme((
color: (theme-type: light),
typography: (),
density: (),
));
@include mat.all-component-bases($theme);
@include mat.all-component-themes($theme);