Today, a strange issue arose that has me puzzled. I can't seem to figure out what caused it. If you take a look at this picture here:
This screenshot is from Twitch where I had a tab open. You can see the CSS file and line number displayed as usual.
However, for some reason all my locally launched web projects no longer display this information in the dev tools. My tools now look like this:
This change is making development quite frustrating for me. When I make quick style changes, I rely on having the line numbers there. Right now, I have to search for the class using Ctrl + F, which is time-consuming.
Any suggestions?