Skip to main content
Module

x/fresh/plugins/twindv1_deps.ts>TwindRule

The next-gen web framework.
Extremely Popular
Latest
interface TwindRule
import { type TwindRule } from "https://deno.land/x/fresh@1.6.8/plugins/twindv1_deps.ts";

Properties

p: number

The calculated precedence taking all variants into account.

o: number
optional
c: string

Additional classNames to propagate, does not include name

r: string[]

The rulesets (selectors and at-rules). expanded variants @media ..., @supports ..., &:focus, .dark &

optional
n: string

The name to use for & expansion in selectors. Maybe empty for at-rules like @import, @font-face, @media, ...

optional
d: string

The stringified declarations.