From 8b144a4b15bf33bd026b2b19b6a9fbd769f0bf7b Mon Sep 17 00:00:00 2001 From: sylhare Date: Mon, 25 Nov 2024 11:09:25 -0500 Subject: [PATCH] Update base sass --- _sass/type-on-strap.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_sass/type-on-strap.scss b/_sass/type-on-strap.scss index 915dae2dbf..b2c14f53a6 100644 --- a/_sass/type-on-strap.scss +++ b/_sass/type-on-strap.scss @@ -4,7 +4,13 @@ @use 'external/reset'; /* Base */ -@use 'base/index' as base; +// All the options to customize your theme in one file +@forward 'base/variables'; +@forward 'base/utility'; + +// For general CSS in the theme +@use 'base/global'; +@use 'base/highlight'; /* Includes */ // Linked with the html in the _includes folder