MCPcopy
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
304export type ThemeKey = `--${string}`

Callers 2

parseCssFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected