private function CSSmin::lowercase_common_functions_values in Advanced CSS/JS Aggregation 8.3
Same name and namespace in other branches
- 8.2 advagg_css_minify/yui/CSSMin.inc \CSSmin::lowercase_common_functions_values()
File
- advagg_css_minify/
yui/ CSSMin.inc, line 689
Class
Code
private function lowercase_common_functions_values($matches) {
return $matches[1] . strtolower($matches[2]);
}