Same name in other branches
- 8.x-3.x advagg_css_minify/yui/CSSMin.inc \CSSmin::lowercase_properties()
Fichier
-
advagg_css_minify/
yui/ CSSMin.inc, line 694
Classe
Code
private function lowercase_properties($matches) {
return $matches[1] . strtolower($matches[2]) . $matches[3];
}