You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: