From b97c6e9c7aaa1526cdaf8d76f4f020c22fe438e1 Mon Sep 17 00:00:00 2001 From: benson Date: Mon, 6 Oct 2025 21:44:08 +0800 Subject: [PATCH] building fix --- src/css/bootstrap.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/bootstrap.scss b/src/css/bootstrap.scss index 0dc6e25..1278c0a 100644 --- a/src/css/bootstrap.scss +++ b/src/css/bootstrap.scss @@ -1,4 +1,5 @@ @import "../../node_modules/bootstrap/scss/functions"; @import "../../node_modules/bootstrap/scss/variables"; @import "../../node_modules/bootstrap/scss/mixins"; +@import "../../node_modules/bootstrap/scss/maps"; @import "../../node_modules/bootstrap/scss/root";