Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ expect, test } from
'vitest'
2
import
{ atRule, decl, styleRule, toCss } from
'../ast'
3
import
{ buildDesignSystem } from
'../design-system'
4
import
{ Theme } from
'../theme'
Callers
nothing calls this directly
Calls
10
buildDesignSystem
Function · 0.90
resolveConfig
Function · 0.90
applyKeyframesToTheme
Function · 0.90
toCss
Function · 0.90
atRule
Function · 0.90
styleRule
Function · 0.90
decl
Function · 0.90
getKeyframes
Method · 0.80
addKeyframes
Method · 0.80
test
Function · 0.50
Tested by
no test coverage detected