As a newcomer to Git, I have been working on my project using a branch called staging that branches off of master. Recently, I created a new branch named salesforce_update from the staging branch. Interestingly, when I work on the staging branch everything seems to run and render smoothly. However, upon switching to the salesforce_update branch, I encounter an issue where all of the styling disappears from the page once it renders. Surprisingly, the data on the page is still displayed correctly and the functionality works. Can anyone help me understand why this is happening?