Home / Type/ AtRule Type — tailwindcss Architecture

AtRule Type — tailwindcss Architecture

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

Entity Profile

Source Code

packages/tailwindcss/src/ast.ts lines 22–30

export type AtRule = {
  kind: 'at-rule'
  name: string
  params: 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