·
19 commits
to main
since this release
Patch Changes
-
ba35630
Thanks @sonofmagic! - feat: addtwIgnore
for ignore mangleExample
Input
const twIgnore = String.raw; const className = `${twIgnore`gap-y-4`} bg-zinc-800/30`;
Output
const twIgnore = String.raw; const className = `${twIgnore`gap-y-4`} tw-a`;