8 lines
97 B
SCSS
8 lines
97 B
SCSS
@use "../css/variables.module" as *;
|
|
|
|
.excalidraw {
|
|
.Avatar {
|
|
@include avatarStyles;
|
|
}
|
|
}
|