mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-18 19:27:25 -05:00
16 lines
534 B
SCSS
16 lines
534 B
SCSS
// Keep this filter a SCSS variable rather than
|
|
// a CSS Custom Property due to this Safari bug:
|
|
// https://github.com/mdn/browser-compat-data/issues/25914#issuecomment-2676190245
|
|
$backdrop-blur-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
|
|
|
|
// Language codes that uses CJK fonts
|
|
$cjk-langs: ja, ko, zh-CN, zh-HK, zh-TW;
|
|
|
|
// Language codes that is written vertically
|
|
$vertical-lr-langs: mn-Mong;
|
|
|
|
$no-gap-breakpoint: 1175px;
|
|
$mobile-menu-breakpoint: 760px;
|
|
$mobile-breakpoint: 630px;
|
|
$no-columns-breakpoint: 600px;
|