For the website project I am working on, I have an element that only changes its style when I drag something over it. This is achieved by adding a CSS class to it.
However, editing this style has proven to be challenging because I cannot live edit it in Chrome. I have to modify the file, reload the webpage, and then drag something to see the changes.
Is there a way to accomplish this directly within Chrome? It would be almost magical if there was a method to somehow "freeze" my dragging and then have the ability to edit. Is there anything similar to this available?