·
117 commits
to main
since this release
Patch Changes
-
ba35630Thanks @sonofmagic! - feat: addtwIgnorefor 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`;