Home / Type/ ArbitraryModifier Type — tailwindcss Architecture

ArbitraryModifier Type — tailwindcss Architecture

Architecture documentation for the ArbitraryModifier type/interface in candidate.ts from the tailwindcss codebase.

Entity Profile

Source Code

packages/tailwindcss/src/candidate.ts lines 67–77

export type ArbitraryModifier = {
  kind: 'arbitrary'

  /**
   * ```
   * bg-red-500/[50%]
   *             ^^^
   * ```
   */
  value: string
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free