akashyap2013 / PortFolio_Website

Complete Portfolio Website with Bootstrap - HTML/CSS In this project, we are going to learn and build how to create a complete portfolio website with bootstrap using HTML and CSS. We will understand everything from scratch.
Apache License 2.0
795 stars 755 forks source link

@import not working #44

Open Intangible-pg18 opened 2 years ago

Intangible-pg18 commented 2 years ago

The code provided by you contains a file, _global.css which has been imported in the style.css file and the style.css file has been linked to the index.html file. Well, somehow that didn't work for me. None of the styles in the _global.css file were being showcased on the website. I had to link that global styling file directly to the index.html file to make it work. But I didn't get the reason behind that. Do you know why did this happen?