2020-04-10 18:09:29 -04:00
|
|
|
@import "open-color/open-color.scss";
|
|
|
|
|
2020-12-27 16:27:25 -05:00
|
|
|
// keep up to date with is-mobile.tsx
|
|
|
|
$is-mobile-query: "(max-width: 600px), (max-height: 500px) and (max-width: 1000px)";
|
2021-01-28 12:58:35 +01:00
|
|
|
|
|
|
|
:export {
|
|
|
|
isMobileQuery: unquote($is-mobile-query);
|
|
|
|
}
|