I would say that this is the worst project in history (or a stronger challenger for the title ...), but you can use .
See below:
document.styleSheets[0].cssRules[0].style.setProperty('color', 'red');
.randomClass {}
<div class="randomClass">No styling?</div>
You can connect, process and even modify style sheets. Even if the selector is empty of styles, this can be changed using code.
Thus, it is probably very safe to delete, but if you want to be 100% sure, either leave it there or go through all possible code branches.
source share