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

File

advagg_css_minify/yui/CSSMin.inc, line 607

Class

CSSmin

Code

private function preserve_old_IE_specific_matrix_definition($matches) {
    $this->preserved_tokens[] = $matches[1];
    return 'filter:progid:DXImageTransform.Microsoft.Matrix(' . self::TOKEN . (count($this->preserved_tokens) - 1) . '___' . ')';
}