Home / Type/ ThemeOptions Type — tailwindcss Architecture

ThemeOptions Type — tailwindcss Architecture

Architecture documentation for the ThemeOptions type/interface in theme.ts from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  f504aa6c_d026_cb8e_0a17_653514de8526["ThemeOptions"]
  e28cd4a7_4e1a_e79b_76f1_86c479c6640d["theme.ts"]
  f504aa6c_d026_cb8e_0a17_653514de8526 -->|defined in| e28cd4a7_4e1a_e79b_76f1_86c479c6640d
  style f504aa6c_d026_cb8e_0a17_653514de8526 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/tailwindcss/src/theme.ts lines 4–12

export const enum ThemeOptions {
  NONE = 0,
  INLINE = 1 << 0,
  REFERENCE = 1 << 1,
  DEFAULT = 1 << 2,

  STATIC = 1 << 3,
  USED = 1 << 4,
}

Frequently Asked Questions

What is the ThemeOptions type?
ThemeOptions is a type/interface in the tailwindcss codebase, defined in packages/tailwindcss/src/theme.ts.
Where is ThemeOptions defined?
ThemeOptions is defined in packages/tailwindcss/src/theme.ts at line 4.

Analyze Your Own Codebase

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

Try Supermodel Free