Skip to content

@tailwindcss-mangle/[email protected]

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 15:32
· 19 commits to main since this release

Patch Changes

  • ba35630 Thanks @sonofmagic! - feat: add twIgnore for ignore mangle

    Example

    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`;