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

TwindRule

interface TwindRule {
c?: string;
d?: string;
n?: string;
o: number;
p: number;
r: string[];
}

§Properties

§
c?: string
[src]

Additional classNames to propagate, does not include name

§
d?: string
[src]

The stringified declarations.

§
n?: string
[src]

The name to use for & expansion in selectors. Maybe empty for at-rules like @import, @font-face, @media, ...

§
o: number
[src]
§
p: number
[src]

The calculated precedence taking all variants into account.

§
r: string[]
[src]

The rulesets (selectors and at-rules). expanded variants @media ..., @supports ..., &:focus, .dark &