I haven’t done anything fancy yet, just used it to change the text color in the outline view when there’s custom CSS on the relevant element.
.tco-layer.has-element-css .tco-layer-content {
color:red;
}
Have it on my todo list to figure something else out, but that’s all I’ve done so far… I’m also curious if anybody else has come up with something handy.