Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

The Full-stack Framework in Deno.
Latest
interface RuleMeta
import { type RuleMeta } from "https://deno.land/x/alephjs@1.0.0-alpha.78.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
internal: boolean

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