Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

match

function match<Theme extends BaseTheme = BaseTheme>(
pattern: MaybeArray<string | RegExp>,
resolve: keyof CSSProperties,
convert?: MatchConverter<Theme>,
): Rule<Theme>;
§
match<Theme extends BaseTheme = BaseTheme>(pattern: MaybeArray<string | RegExp>, resolve: keyof CSSProperties, convert?: MatchConverter<Theme>): Rule<Theme>
[src]

§Type Parameters

§
Theme extends BaseTheme = BaseTheme
[src]

§Parameters

§
pattern: MaybeArray<string | RegExp>
[src]
§
resolve: keyof CSSProperties
[src]
§
convert?: MatchConverter<Theme> optional
[src]

§Return Type