add bootstrap to libsass paths
All checks were successful
Build and Push Docker Image / build (push) Successful in 8s

This commit is contained in:
Corban-Lee Jones 2024-10-14 23:56:31 +01:00
parent c5595ab823
commit ed7dab3147
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@import "../../../../../static/bootstrap-5.3.3/scss/bootstrap.scss";
@import "bootstrap.scss";
@import "./sidebar.scss";
@keyframes bump {

View File

@ -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