mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix
This commit is contained in:
commit
704986042d
118 changed files with 1834 additions and 1354 deletions
8
src/css/variables.module.scss
Normal file
8
src/css/variables.module.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
@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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue