Skip to content

Web Page Rendering After Installation & Installation is Messed Up #167

@Blaise-93

Description

@Blaise-93

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions