livestyle / issues

Report all your LivesStyle issues here
24 stars 1 forks source link

LiveStyle and sourcemaps #52

Open sergeche opened 9 years ago

sergeche commented 9 years ago

Current Chrome (v45) represents source stylesheets, embedded into sourcemaps, as regular page resources. So when DevTools are opened, user sees those stylesheets in LS popup (they are not displayed if DevTools are closed).

These source stylesheets can be updated bi-dirationally with LiveStyle, but they doesn’t affect neither original (actual) stylesheet not page display.

Currently, there’s no (easy) way to detect source stylesheets and exclude them from LS popup or map updated to origin. Need to listen to users if this is actually a problem

franciscolourenco commented 7 years ago

I've got embedded sourcemaps, chrome devtools shows all the @imported files, but LiveStyle only shows one global css file. I would expect LiveStyle to also show all the imported files in the list, and map them automatically to files open in the editor.

Is this the intended behaviour?

screen shot 2017-04-29 at 13 41 35