MCPcopy Create free account
hub / github.com/adobe/react-spectrum / toCSS

Method toCSS

packages/@react-spectrum/s2/style/style-macro.ts:852–852  ·  view source on GitHub ↗
(rulesByLayer: Map<string, string[]>, preludes?: string[], layer?: string)

Source from the content-addressed store, hash-verified

850 addPseudo(prelude: string): void;
851 getStaticClassName(): string;
852 toCSS(rulesByLayer: Map<string, string[]>, preludes?: string[], layer?: string): void;
853 toJS(allowedOverridesSet: Set<string>, indent?: string): string;
854 copy(): Rule;
855}

Callers 3

toCSSValueMethod · 0.65
toCSSMethod · 0.65
toCSSMethod · 0.65

Implementers 2

StyleRulepackages/@react-spectrum/s2/style/styl
GroupRulepackages/@react-spectrum/s2/style/styl

Calls

no outgoing calls

Tested by

no test coverage detected