CSS structure
If you dont want to use scss files, then you can skip the stes mentioned in the scss guide and ad 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="assets/css/style.css">
We suggest that you do not make any changes in the plugins css files like
bootstrap file and
all files in vendors folder.
You can make changes in the custom css file like 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