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

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

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

Source from the content-addressed store, hash-verified

1import { expect, test } from 'vitest'
2import { atRule, decl, styleRule, toCss } from '../ast'
3import { buildDesignSystem } from '../design-system'
4import { Theme } from '../theme'

Callers

nothing calls this directly

Calls 10

buildDesignSystemFunction · 0.90
resolveConfigFunction · 0.90
applyKeyframesToThemeFunction · 0.90
toCssFunction · 0.90
atRuleFunction · 0.90
styleRuleFunction · 0.90
declFunction · 0.90
getKeyframesMethod · 0.80
addKeyframesMethod · 0.80
testFunction · 0.50

Tested by

no test coverage detected