Skip to content

[BUG] callees with dot #227

@anhdd-kuro

Description

@anhdd-kuro

Describe the bug
plugin does not scan the callee with a dot

config

  settings: {
    tailwindcss: {
      callees: ["classnames", "clsx", "Style.clsx"],
    },
  },

use

// import { Style } from "@/helpers";

className={Style.clsx(
    "absolute -translate-x-1/2 -translate-y-1/2 z-10 rounded-full",
 )}

Expected behavior
Should scan it as well

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions