Tool to append prefix and or suffix to CSS and HTML Simultaneously
I like to use scripts on codepen, but often the class names are generic, like p, div , label ect...
So I wonder if there is a tool to substitute class names and append a prefix or suffix to BOTH html, CSS and JS simultaneously.
That way if I use the code on my site it won't conflict with my classes or even ID's...
Something the would turn:
<div class="a">Hello</div>
Into:
<div class="my_a">Hello</div>
And simultaneously:
.a
into
.my_a
This can be done with find and replace, but it's tedious and prone to errors....
idto your body tag and then go ahead and change every css of yours into this#BodyId .aetc..