From e4612446e62fcb37044d0448d12d5c78dc53de0c Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Thu, 4 May 2023 16:43:14 +0800 Subject: [PATCH] module: ignore Bootstrap config --- dependencies/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dependencies/config.toml b/dependencies/config.toml index 3ba31f38f9..a701110574 100644 --- a/dependencies/config.toml +++ b/dependencies/config.toml @@ -25,6 +25,7 @@ _merge = "deep" [[module.imports]] path = "github.com/twbs/bootstrap" disable = false + ignoreConfig = true [[module.imports.mounts]] source = "scss" target = "assets/vendor/bootstrap/scss"