-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
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:
{% load sass_tags %}
{% load static %}
<link rel="stylesheet" href="{% sass_src 'assets/bootstrap-v5/scss/main.css' %}" />
<link rel="stylesheet" href="{% sass_src 'assets/bootstrap-v5/assets/css/fontawesome.css' %}" rel="stylesheet" media="screen"/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/css/mdb.min.css"
rel="stylesheet"
/>
</head>
My File STructure:
--cars
---static
----assets
------bootstrap-v5
--------scss
----------main.scss
Metadata
Metadata
Assignees
Labels
No labels