MCPcopy
hub / github.com/midday-ai/midday / ModifySelectorsArgs

Interface ModifySelectorsArgs

packages/desktop-client/src/desktop-variants.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const plugin = require("tailwindcss/plugin");
2
3interface ModifySelectorsArgs {
4 className: string;
5}
6
7interface VariantOptions {
8 modifySelectors: (callback: (args: ModifySelectorsArgs) => string) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected