Home
last modified time | relevance | path

Searched refs:animationNameRegex (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dremove-unused-at-rules.js8 var animationNameRegex = /^(\-moz\-|\-o\-|\-webkit\-)?animation-name$/; variable
203 if (animationNameRegex.test(property[1][1])) {