Home / Type/ StyleRule Type — tailwindcss Architecture

StyleRule Type — tailwindcss Architecture

Architecture documentation for the StyleRule type/interface in ast.ts from the tailwindcss codebase.

Entity Profile

Source Code

packages/tailwindcss/src/ast.ts lines 13–20

export type StyleRule = {
  kind: 'rule'
  selector: string
  nodes: AstNode[]

  src?: SourceLocation
  dst?: SourceLocation
}

Analyze Your Own Codebase

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

Try Supermodel Free