dojo / meta

:rocket: Dojo - meta information for the project.
Other
227 stars 50 forks source link

Issue with debugging CSS classes #243

Closed sebilasse closed 6 years ago

sebilasse commented 6 years ago

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 from toolbar.m.css

bildschirmfoto 2018-03-17 um 11 20 09
agubler commented 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

agubler commented 6 years ago

Issue moved to dojo/cli-build-app #74 via ZenHub