芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/mailpoet/lib-3rd-party/CSS.php
. */ /* * A class to inline CSS. * * It honours !important attributes and doesn't choke on complex styles. * * */ class CSS { /** * @param string $contents * @return DomNode */ function inlineCSS($contents) { $html = pQuery::parseStr($contents); if (!$html instanceof DomNode) { throw new \InvalidArgumentException('Error parsing contents.'); } $css_blocks = ''; // Find all