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