9 lines
118 B
SCSS
Executable File
9 lines
118 B
SCSS
Executable File
@use "sass:map";
|
|
@use "@angular/material" as mat;
|
|
|
|
@include mat.sidenav-overrides(
|
|
(
|
|
container-shape: 0,
|
|
)
|
|
);
|