Open Blaise-93 opened 1 year ago
you should never access generated '.css' files using sass_src
, always reference the source file, for instance {% sass_src 'assets/bootstrap-v5/scss/main.scss' %}
.
However, this presumably will not solve your issue. Please check the generated files and look what got wrong during the compilation step. Errors in there are btw. not part of this project and must be reported to the maintainers of libsass
.
I think I had figured it out. it's directory-path related errors. Thanks for your help sir.
For further questions as time goes I hope I can call on you for guidance cos this is first time I am building django-scss project.
Chau!
Hi there, I had followed the installation guide and its configuration of this your amazing work to be applied to mine in handling my scss project part of my work, however, the webpage it renders from view is really messed up and not standard like the one I build with npm on node.js. I believe my problem is coming from base.html of filename tags href. Pls what will do?
MY BASE_TEMPLATE:
My File STructure: --cars ---static ----assets ------bootstrap-v5 --------scss ----------main.scss