Skip to main content
Module

x/aleph/lib/@unocss/core.ts>RuleMeta

The Full-stack Framework in Deno.
Go to Latest
interface RuleMeta
import { type RuleMeta } from "https://deno.land/x/aleph@1.0.0-beta.1/lib/@unocss/core.ts";

Properties

optional
layer: string

The layer name of this rule.

optional
noMerge: boolean

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

optional
sort: number

Fine tune sort

optional
autocomplete: Arrayable<AutoCompleteTemplate>

Templates to provide autocomplete suggestions

optional
prefix: string

Matching prefix before this util

optional
internal: boolean

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