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

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,
}

Analyze Your Own Codebase

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

Try Supermodel Free