add bootstrap to libsass paths
All checks were successful
Build and Push Docker Image / build (push) Successful in 8s
All checks were successful
Build and Push Docker Image / build (push) Successful in 8s
This commit is contained in:
parent
c5595ab823
commit
ed7dab3147
@ -1,4 +1,4 @@
|
|||||||
@import "../../../../../static/bootstrap-5.3.3/scss/bootstrap.scss";
|
@import "bootstrap.scss";
|
||||||
@import "./sidebar.scss";
|
@import "./sidebar.scss";
|
||||||
|
|
||||||
@keyframes bump {
|
@keyframes bump {
|
||||||
|
@ -249,6 +249,7 @@ STATICFILES_FINDERS = (
|
|||||||
COMPRESS_ENABLED = True
|
COMPRESS_ENABLED = True
|
||||||
COMPRESS_PRECOMPILERS = [("text/x-scss", "django_libsass.SassCompiler")]
|
COMPRESS_PRECOMPILERS = [("text/x-scss", "django_libsass.SassCompiler")]
|
||||||
COMPRESS_CSS_FILTERS = ["compressor.filters.css_default.CssAbsoluteIdentifier"]
|
COMPRESS_CSS_FILTERS = ["compressor.filters.css_default.CssAbsoluteIdentifier"]
|
||||||
|
LIBSASS_ADDITIONAL_INCLUDE_PATHS = [str(BASE_DIR / "static/bootstrap-5.3.3/scss")]
|
||||||
|
|
||||||
|
|
||||||
# region Media Files
|
# region Media Files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user