MCPcopy
hub / github.com/tailwindlabs/tailwindcss / apply-config-to-theme.test.ts

File apply-config-to-theme.test.ts

packages/tailwindcss/src/compat/apply-config-to-theme.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, test } from 'vitest'
2import { buildDesignSystem } from '../design-system'
3import { Theme, ThemeOptions } from '../theme'
4import { applyConfigToTheme, keyPathToCssProperty } from './apply-config-to-theme'

Callers

nothing calls this directly

Calls 12

buildDesignSystemFunction · 0.90
resolveConfigFunction · 0.90
applyConfigToThemeFunction · 0.90
keyPathToCssPropertyFunction · 0.90
resolveMethod · 0.80
resolveWithMethod · 0.80
namespaceMethod · 0.80
eachMethod · 0.80
testFunction · 0.50
getMethod · 0.45
addMethod · 0.45
entriesMethod · 0.45

Tested by

no test coverage detected