persona-community-5/.pnpm-store/v3/files/57/084c674505a25d57d1baebf154184fc6ddae035db3e435d8bf12a0e077112a5fcb81c817101c90fc63fac1c50d262e0679af925b3b13dd25c59e928909a81f
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

4 lines
142 B
Plaintext

export default function isKeyframeRule(rule) {
return rule.parent && rule.parent.type === 'atrule' && /keyframes$/.test(rule.parent.name)
}