mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-17 23:39:46 +02:00
8 lines
102 B
SCSS
8 lines
102 B
SCSS
@import "../css/theme";
|
|
|
|
.excalidraw {
|
|
.excalidraw-button {
|
|
@include outlineButtonStyles;
|
|
}
|
|
}
|