Chrome version: 44
When working in regular development environment files (C #, IIS Express) downloaded by the browser, they are available on the sources tab, and I can see which styles appear from the files in the element inspector. However, in my current development environment (PHP, Apache, Xammp). Style sheets are loaded and displayed as style tags and are not available on the sources tab. This is pretty annoying since I cannot save the locally edited styles in my working copy. I have never seen this before and cannot find answers using fast google. Does anyone know what might force development tools to do this? I feel this is a specific server configuration issue, but I cannot be sure. Example below:
<link href="css/bootstrap.css" type="text/css" rel="stylesheet"/>
displayed as:

And it looks like this in the item inspector:

Any help is much appreciated!
source share