You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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
The text was updated successfully, but these errors were encountered: