mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-23 02:07:09 +02:00
14 lines
218 B
SCSS
14 lines
218 B
SCSS
@import "open-color/open-color.scss";
|
|
|
|
@mixin isMobile() {
|
|
@at-root .excalidraw--mobile#{&} {
|
|
@content;
|
|
}
|
|
}
|
|
|
|
$theme-filter: "invert(93%) hue-rotate(180deg)";
|
|
|
|
:export {
|
|
themeFilter: unquote($theme-filter);
|
|
}
|