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

x/fresh/plugins/twindv1_deps.ts>TwindRule

The next-gen web framework.
Extremely Popular
Go to Latest
interface TwindRule
import { type TwindRule } from "https://deno.land/x/fresh@1.6.2/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.