default.height() — tailwindcss Function Reference
Architecture documentation for the default.height() function in default-theme.ts from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD d8844a2d_4885_ed08_baf1_75dea097056b["default.height()"] 1b5321a5_0fcc_2351_1f22_0d4bed4c097e["default-theme.ts"] d8844a2d_4885_ed08_baf1_75dea097056b -->|defined in| 1b5321a5_0fcc_2351_1f22_0d4bed4c097e style d8844a2d_4885_ed08_baf1_75dea097056b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/tailwindcss/src/compat/default-theme.ts lines 579–605
height: ({ theme }) => ({
auto: 'auto',
'1/2': '50%',
'1/3': '33.333333%',
'2/3': '66.666667%',
'1/4': '25%',
'2/4': '50%',
'3/4': '75%',
'1/5': '20%',
'2/5': '40%',
'3/5': '60%',
'4/5': '80%',
'1/6': '16.666667%',
'2/6': '33.333333%',
'3/6': '50%',
'4/6': '66.666667%',
'5/6': '83.333333%',
full: '100%',
screen: '100vh',
svh: '100svh',
lvh: '100lvh',
dvh: '100dvh',
min: 'min-content',
max: 'max-content',
fit: 'fit-content',
...theme('spacing'),
}),
Domain
Subdomains
Source
Frequently Asked Questions
What does default.height() do?
default.height() is a function in the tailwindcss codebase, defined in packages/tailwindcss/src/compat/default-theme.ts.
Where is default.height() defined?
default.height() is defined in packages/tailwindcss/src/compat/default-theme.ts at line 579.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free