CSS structure
If you dont want to use scss files in django, then you can skip the steps mentioned in the scss guide and link to the css file directly in the html file.
Link in the html will look something link this.
<link rel="stylesheet" type="text/css" href="{% sass_src 'assets/scss/style.scss'%}" />
We suggest you do not
make any changes in the plugins css files like bootstrap file
and
all files in vendors
folder.
You can change css from custom css files such as style.css
- css
- vendors // all plugins
style css files folder
- vendors // all plugins
style css files folder
If you want to add new css
so you can add at the end of the all css in
style.css
file