Home / Function/ isRelativeSize() — tailwindcss Function Reference

isRelativeSize() — tailwindcss Function Reference

Architecture documentation for the isRelativeSize() function in infer-data-type.ts from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  b5f1990e_b7d1_9999_8c6c_a1644da3eae1["isRelativeSize()"]
  516809a4_c70e_60c3_bbb2_8de4c4572510["infer-data-type.ts"]
  b5f1990e_b7d1_9999_8c6c_a1644da3eae1 -->|defined in| 516809a4_c70e_60c3_bbb2_8de4c4572510
  style b5f1990e_b7d1_9999_8c6c_a1644da3eae1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/tailwindcss/src/utils/infer-data-type.ts lines 161–163

function isRelativeSize(value: string): boolean {
  return value === 'larger' || value === 'smaller'
}

Subdomains

Frequently Asked Questions

What does isRelativeSize() do?
isRelativeSize() is a function in the tailwindcss codebase, defined in packages/tailwindcss/src/utils/infer-data-type.ts.
Where is isRelativeSize() defined?
isRelativeSize() is defined in packages/tailwindcss/src/utils/infer-data-type.ts at line 161.

Analyze Your Own Codebase

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

Try Supermodel Free