Open johnbchron opened 1 year ago
I updated the regex to also match className=", which is the syntax JSX uses to denote classes. This addition will make your library more inclusive, as many react-based projects use JSX over HTML.
className="
I updated the regex to also match
className="
, which is the syntax JSX uses to denote classes. This addition will make your library more inclusive, as many react-based projects use JSX over HTML.