MCPcopy
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

parseCssFunction · 0.95
applyKeyframesToThemeFunction · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected