mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
8 lines
219 B
SCSS
8 lines
219 B
SCSS
@import "open-color/open-color.scss";
|
|
|
|
// Keep up to date with is-mobile.tsx
|
|
$is-mobile-query: "(max-width: 600px), (max-height: 500px) and (max-width: 1000px)";
|
|
|
|
:export {
|
|
isMobileQuery: unquote($is-mobile-query);
|
|
}
|