mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-28 01:14:25 +01:00
8 lines
102 B
SCSS
8 lines
102 B
SCSS
@import "../css/theme";
|
|
|
|
.excalidraw {
|
|
.excalidraw-button {
|
|
@include outlineButtonStyles;
|
|
}
|
|
}
|