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
  e64872c9_9835_78a8_455b_ad5e699f9543["ThemeOptions"]
  80295787_127f_69e6_91b3_4bea3a484544["theme.ts"]
  e64872c9_9835_78a8_455b_ad5e699f9543 -->|defined in| 80295787_127f_69e6_91b3_4bea3a484544
  style e64872c9_9835_78a8_455b_ad5e699f9543 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