feat(extra-features): enable abstract utilities and cleanup imports

This commit is contained in:
2026-03-10 16:49:00 +01:00
parent 541901e8e6
commit b208b00259

View File

@@ -13,15 +13,12 @@ Look up all available Bootstrap variables here: https://rstudio.github.io/bslib/
//@import "abstracts/base"; //@import "abstracts/base";
@import "abstracts/functions"; @import "abstracts/functions";
@import "abstracts/mixins"; @import "abstracts/mixins";
//@import "abstracts/utilities"; @import "abstracts/utilities";
// Components: parts of the theme itself that are not associated with a module. // Components: parts of the theme itself that are not associated with a module.
@import "components/buttons"; @import "components/buttons";
@import "components/forms"; @import "components/forms";
// Modules: Styling for specific modules.
//@import "modules/";
//Layouts: Parts of a page, such as the header, footer, etc. //Layouts: Parts of a page, such as the header, footer, etc.
//@import "layout/footer"; //@import "layout/footer";
@import "layout/header"; @import "layout/header";