painty / CSS-Used-ChromeExt

Get all css rules used by the selected DOM and its children.
https://chrome.google.com/webstore/detail/css-used/cdopjfddjlonogibjahpnmjpoangjfff
MIT License
269 stars 64 forks source link

Parsing won't work on my website #22

Closed JimmyFarcy closed 1 year ago

JimmyFarcy commented 5 years ago

Hi,

First i must say that i used your awesome plugin for sometimes. I came across a bug on your code that is happening during the parsing of the css. My css is all compiled into on app.css.

Here is the erreur that i get inside the console:

screen-shot

I'm on Chrome Version 70.0.3538.102 (Official build) (64 bits)

EduVencovsky commented 5 years ago

I have the same problem, I'm using scss with webpack on a react application. It have modules: true (not sure if this changes something). Also, maybe because of the source map, it can't read the scss?

painty commented 5 years ago

Can you give me an online example so I can reproduce this issue ?

painty commented 1 year ago

I have the same problem, I'm using scss with webpack on a react application. It have modules: true (not sure if this changes something). Also, maybe because of the source map, it can't read the scss?

only the compiled native css is supported, so no scss.