CSS-Used-ChromeExt icon indicating copy to clipboard operation
CSS-Used-ChromeExt copied to clipboard

Parsing won't work on my website

Open JimmyFarcy opened this issue 6 years ago • 2 comments

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)

JimmyFarcy avatar Feb 19 '19 15:02 JimmyFarcy

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?

EduVencovsky avatar May 10 '19 22:05 EduVencovsky

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

painty avatar Jun 09 '19 03:06 painty

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.

painty avatar Jan 17 '23 13:01 painty