We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230ef27 commit 1920219Copy full SHA for 1920219
lib/Sabberworm/CSS/CSSList/CSSList.php
@@ -2,18 +2,16 @@
2
3
namespace Sabberworm\CSS\CSSList;
4
5
+use Sabberworm\CSS\Renderable;
6
use Sabberworm\CSS\RuleSet\DeclarationBlock;
7
use Sabberworm\CSS\RuleSet\RuleSet;
8
use Sabberworm\CSS\Property\Selector;
-use Sabberworm\CSS\Rule\Rule;
9
-use Sabberworm\CSS\Value\ValueList;
10
-use Sabberworm\CSS\Value\CSSFunction;
11
12
/**
13
* A CSSList is the most generic container available. Its contents include RuleSet as well as other CSSList objects.
14
* Also, it may contain Import and Charset objects stemming from @-rules.
15
*/
16
-abstract class CSSList {
+abstract class CSSList implements Renderable {
17
18
protected $aContents;
19
protected $iLineNum;
0 commit comments