Since I\'ve implemented server side rendering and managing the styles with styled-components
, Im unable to edit styles in Chrome Dev Tools. The styles in devtoo
I think you're probably seeing the styles injected via "speedy mode" in production. This uses a special DOM API that Chrome DevTools currently only shows in a read-only capacity. We haven't put in an escape hatch to disable this injection method yet, but it's being considered.
When running your setup in development mode everything should be normally inspectable and editable.
You may also want to consider Firefox, it can edit such styles as usual