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

SheetRule

interface SheetRule {
n?: string | null;
o: number;
p: number;
}

§Properties

§
n?: string | null
[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.