2020-03-27 13:59:38 -07:00
|
|
|
// Language codes that uses CJK fonts
|
2020-10-11 14:23:19 -07:00
|
|
|
/* stylelint-disable-next-line value-keyword-case -- locale filenames */
|
2020-03-27 13:59:38 -07:00
|
|
|
$cjk-langs: ja, ko, zh-CN, zh-HK, zh-TW;
|
|
|
|
|
2021-09-22 09:25:35 -07:00
|
|
|
// CSS variables
|
|
|
|
// NOTE: Prefer CSS variables whenever possible.
|
|
|
|
// They're future-proof and more flexible.
|
|
|
|
:root {
|
2022-12-25 15:52:06 -08:00
|
|
|
--thumb-navigation-height: calc(60px + env(safe-area-inset-bottom));
|
2021-09-22 09:25:35 -07:00
|
|
|
}
|