Same name and namespace in other branches
  1. 8.x-3.x advagg_css_minify/yui/CSSMin.inc \CSSmin::lowercase_directives() 1 comment

File

advagg_css_minify/yui/CSSMin.inc, line 674

Class

CSSmin

Code

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