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

ParsedRule

interface ParsedRule {
readonly i?: boolean;
readonly n: string;
readonly v: string[];
}

§Properties

§
readonly i?: boolean
[src]

Something like !underline or !bg-red-500 or !red-500

§
readonly n: string
[src]

The utility name including - if set, but without ! and variants

§
readonly v: string[]
[src]

All variants without trailing colon: hover, after:, [...]