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

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

Analyze Your Own Codebase

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

Try Supermodel Free