Sass Compile Error in Production #70
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using a relative path for the home app's
index.scss
file to fetch values frombootstrap.scss
:@import "../../../../../static/bootstrap-5.3.3/scss/bootstrap.scss";
This works great in development, but completely breaks in production, due to all static files being moved into the
staticfiles/
directory.Should be resolved with the latest change on dev.
I will have to test on staging later.