Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dremove-unused-at-rules.js21 removeUnusedAtRule(tokens, matchCounterStyle, markCounterStylesAsUsed, context);
22 removeUnusedAtRule(tokens, matchFontFace, markFontFacesAsUsed, context);
23 removeUnusedAtRule(tokens, matchKeyframe, markKeyframesAsUsed, context);
24 removeUnusedAtRule(tokens, matchNamespace, markNamespacesAsUsed, context);
27 function removeUnusedAtRule(tokens, matchCallback, markCallback, context) { function