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

RuleMeta

interface RuleMeta {
internal?: boolean;
layer?: string;
noMerge?: boolean;
sort?: number;
}

§Properties

§

Templates to provide autocomplete suggestions

§
internal?: boolean
[src]

Internal rules will only be matched for shortcuts but not the user code.

§
layer?: string
[src]

The layer name of this rule.

§
noMerge?: boolean
[src]

Option to not merge this selector even if the body are the same.

§
sort?: number
[src]

Fine tune sort