Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ getKeyframes
Method
getKeyframes
packages/tailwindcss/src/theme.ts:299–301 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
297
}
298
299
getKeyframes() {
300
return
Array.from(this.keyframes)
301
}
302
}
303
304
export
type
ThemeKey = `--${string}`
Callers
2
parseCss
Function · 0.80
apply-keyframes-to-theme.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected