Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ addKeyframes
Method
addKeyframes
packages/tailwindcss/src/theme.ts:295–297 · packages/tailwindcss/src/theme.ts::Theme.addKeyframes
(value: AtRule)
Source
from the content-addressed store, hash-verified
293
}
294
295
addKeyframes(value: AtRule): void {
296
this.keyframes.add(value)
297
}
298
299
getKeyframes() {
300
return
Array.from(this.keyframes)
Callers
3
parseCss
Function · 0.95
applyKeyframesToTheme
Function · 0.80
apply-keyframes-to-theme.test.ts
File · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected