Your IP : 216.73.216.79


Current Path : /var/www/html/dynaweb-starter/node_modules/tailwindcss/src/util/
Upload File :
Current File : /var/www/html/dynaweb-starter/node_modules/tailwindcss/src/util/isKeyframeRule.js

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