cssinjs / aphrodite-jss

Aphrodite-like API on top of JSS.
MIT License
92 stars 17 forks source link

Can't edit styles in Chrome #14

Closed natew closed 7 years ago

natew commented 7 years ago

Just curious, is this avoidable?

image

I can't edit any JSS styles because they are greyed out for some reason.

kof commented 7 years ago

Yes, this happens, when .insertRule API is used, also you don't see the css rules in the head. I was thinking to add a fix for dev environment as this is only a problem during development.

kof commented 7 years ago

Created a specific issue for this https://github.com/cssinjs/jss/issues/491