Home
last modified time | relevance | path

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

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