-
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working