
It seems css file converted to js file?
How to change style in chrome dev tools
You can do this by choose elements and update their style in elements styles tab.
It seems css file converted to js file?
Yeah.The current implement is this behavior.
How to change style in chrome dev tools
You can do this by choose elements and update their style in elements styles tab.
It seems css file converted to js file?
Yeah.The current implement is this behavior.
just as the screenshot, i can't update their style, it seems disabled modify
Caused by use CSSStyleSheet insert styles.
Well I guess we have to drop CSSStyleSheet usage then. I was using it to improve insertion speed for large stylesheets.
This has been fixed in Chrome 85 (currently requires Canary).
This cause another problem, some rules does not appear in the "Styles" tab but are visible in the "Computed" tab. It may be linked with the sourcemap but it's difficult to find where the rule comes from :(
Most helpful comment
This has been fixed in Chrome 85 (currently requires Canary).