You are here

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

File

advagg_css_compress/yui/CSSMin.inc, line 1063

Class

CSSmin

Code

private function lowercaseCommonFunctionsValues($matches) {
  return $matches[1] . strtolower($matches[2]);
}