mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
7 lines
270 B
SCSS
7 lines
270 B
SCSS
// Button Component - Uses Official Angular Material M3 SCSS
|
|
// =========================================================
|
|
// This imports the official M3 button styles from Angular Material
|
|
|
|
@use '../m3-scss/material/button/button.module';
|
|
@use '../m3-scss/cdk' as cdk;
|