mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
7 lines
102 B
SCSS
7 lines
102 B
SCSS
@import "../css/theme";
|
|
|
|
.excalidraw {
|
|
.excalidraw-button {
|
|
@include outlineButtonStyles;
|
|
}
|
|
}
|