From b208b00259a81a0ae933410f06d7a5c3b840e934 Mon Sep 17 00:00:00 2001 From: Isabelle Date: Tue, 10 Mar 2026 16:49:00 +0100 Subject: [PATCH] feat(extra-features): enable abstract utilities and cleanup imports --- falcon/_dev/css/theme/custom/_custom.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/falcon/_dev/css/theme/custom/_custom.scss b/falcon/_dev/css/theme/custom/_custom.scss index 5fc1807..ad0a156 100644 --- a/falcon/_dev/css/theme/custom/_custom.scss +++ b/falcon/_dev/css/theme/custom/_custom.scss @@ -13,15 +13,12 @@ Look up all available Bootstrap variables here: https://rstudio.github.io/bslib/ //@import "abstracts/base"; @import "abstracts/functions"; @import "abstracts/mixins"; -//@import "abstracts/utilities"; +@import "abstracts/utilities"; // Components: parts of the theme itself that are not associated with a module. @import "components/buttons"; @import "components/forms"; -// Modules: Styling for specific modules. -//@import "modules/"; - //Layouts: Parts of a page, such as the header, footer, etc. //@import "layout/footer"; @import "layout/header";