You are here

private function CSSmin::processAtRuleBlocks in Advanced CSS/JS Aggregation 7.2

File

advagg_css_compress/yui/CSSMin.inc, line 975

Class

CSSmin

Code

private function processAtRuleBlocks($matches) {
  return $this
    ->registerAtRuleBlock($matches[0]);
}