Closed sebilasse closed 6 years ago
@sebilasse Hmmm that is really strange as it seems to worked as expected on Chrome, Firefox, Edge - however on Safari it isn't mapping back to the source CSS. Seems like it could be an issue with safari rather than the CSS sourcemaps given it works across those other browsers.
I'll move the issue over to @dojo/cli-build-app for further discussion
Issue moved to dojo/cli-build-app #74 via ZenHub
When I
dojo build -m dev -w memory -s
and look in the browser console to debug a CSS class I noticed that all classes from different CSS files show the same CSS file as source. This seems to be the first stylesheet loaded.E.g. in this screenshot the rule does not come from
tab-controller.m.css
(as indicated) but fromtoolbar.m.css