Rename app/ --> src/

This commit is contained in:
Alex Gleason
2023-09-18 16:03:21 -05:00
parent 41dc04dd91
commit 7d17c87fc7
1427 changed files with 0 additions and 0 deletions

10
src/styles/variables.scss Normal file
View File

@ -0,0 +1,10 @@
// Language codes that uses CJK fonts
/* stylelint-disable-next-line value-keyword-case -- locale filenames */
$cjk-langs: ja, ko, zh-CN, zh-HK, zh-TW;
// CSS variables
// NOTE: Prefer CSS variables whenever possible.
// They're future-proof and more flexible.
:root {
--thumb-navigation-height: calc(60px + env(safe-area-inset-bottom));
}