I\'m having problems with CSS within a tag and source-maps.
In order to improve the load time of my project, I have changed the way I put the CSS in my HTML, turning th
/*@ sourceMappingURL= is the old syntax, /*# sourceMappingURL= should be used instead.
The new Syntax is implemented in all major browser source and Internet explorer 11+ source.
Chrome dev tools
Firefox dev tools
Internet Explorer dev tools
Safari dev tools & Firebug