This commit is contained in:
Panayiotis Lipiridis 2021-02-01 14:14:00 +02:00
commit 704986042d
118 changed files with 1834 additions and 1354 deletions

View 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);
}