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>ParsedRule

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

Properties

readonly
n: string

The utility name including - if set, but without ! and variants

readonly
v: string[]

All variants without trailing colon: hover, after:, [...]

readonly
optional
i: boolean

Something like !underline or !bg-red-500 or !red-500