You are here

private function CSSmin::lowercase_common_functions in Advanced CSS/JS Aggregation 8.2

Same name and namespace in other branches
  1. 8.3 advagg_css_minify/yui/CSSMin.inc \CSSmin::lowercase_common_functions()

File

advagg_css_minify/yui/CSSMin.inc, line 684

Class

CSSmin

Code

private function lowercase_common_functions($matches) {
  return ':' . strtolower($matches[1]) . '(';
}