razroo / codemorph

Codemorph is an extensible, easy to understand, easy to contribute to, easy to use Codemod library. Codemorph is platform agnostic.
MIT License
21 stars 2 forks source link

Zeta 6939 optional classname for add property html #54

Closed CharlieGreenman closed 1 year ago

CharlieGreenman commented 1 year ago

Adds the ability to use an optional className to determine which property to add to HTML

Now can have two divs

<div></div>
<div class="Toolbar__Icons"></div>

but add the property to Toolbar__Icons div via targeting class name