Packages
A MultiSelect component for Phoenix LiveView
Current section
Files
Jump to
Current section
Files
example/assets/node_modules/tailwindcss/src/util/isKeyframeRule.js
export default function isKeyframeRule(rule) {
return rule.parent && rule.parent.type === 'atrule' && /keyframes$/.test(rule.parent.name)
}