Fix: Build issue

This commit is contained in:
alstjr7375 2022-03-13 05:26:38 +09:00
parent e2e9d0356c
commit c4ecdfe9cb
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@
/*= Bookmark Menu - Reduce Padding ===========================================*/
@include Option($bookmarkMenuPadding) {
@import "boomark_menu";
@import "bookmark_menu";
}
/*= Global Menu - Set Padding ================================================*/

View file

@ -16,7 +16,7 @@ $compatibilityOS: "userChrome.compatibility.os";
$builtInContrast: "userChrome.theme.built_in_contrast";
$systemDefault: "userChrome.theme.system_default";
$fullyColor: "userChrome.theme.fully_color";
$darkColor: "userChrome.theme.fully_dark";
$fullyDark: "userChrome.theme.fully_dark";
$protonChrome: "userChrome.theme.proton_chrome";
$cursor: "userChrome.decoration.cursor";