diff --git a/apps/home/static/home/scss/index.scss b/apps/home/static/home/scss/index.scss index 50da955..a72c79a 100644 --- a/apps/home/static/home/scss/index.scss +++ b/apps/home/static/home/scss/index.scss @@ -1,4 +1,4 @@ -@import "../../../../../static/bootstrap-5.3.3/scss/bootstrap.scss"; +@import "bootstrap.scss"; @import "./sidebar.scss"; @keyframes bump { diff --git a/core/settings.py b/core/settings.py index 0e20fd0..50aa09a 100644 --- a/core/settings.py +++ b/core/settings.py @@ -249,6 +249,7 @@ STATICFILES_FINDERS = ( COMPRESS_ENABLED = True COMPRESS_PRECOMPILERS = [("text/x-scss", "django_libsass.SassCompiler")] COMPRESS_CSS_FILTERS = ["compressor.filters.css_default.CssAbsoluteIdentifier"] +LIBSASS_ADDITIONAL_INCLUDE_PATHS = [str(BASE_DIR / "static/bootstrap-5.3.3/scss")] # region Media Files