We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3691daa commit 39cf78aCopy full SHA for 39cf78a
2 files changed
examples/run_example.php
@@ -2,6 +2,6 @@
2
3
require __DIR__ . '/../../../autoload.php';
4
5
-$inliner = new Northys\CSSInliner;
+$inliner = new Northys\CSSInliner\CSSInliner;
6
$inliner->addCSS(__DIR__ . '/example.css');
7
echo $inliner->render(file_get_contents(__DIR__ . '/example.html'));
src/Northys/CSSInliner/CSSInliner.php
@@ -3,9 +3,6 @@
namespace Northys\CSSInliner;
use Northys\CSSInliner\Exceptions;
-use DOMDocument;
-use DOMXPath;
8
-use Exception;
9
use Sabberworm\CSS;
10
use Symfony\Component\CssSelector\CssSelector;
11
0 commit comments