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