Skip to content

Commit 001720f

Browse files
committed
Added missing member variable to CSSOriginVariable
1 parent b9eb1dd commit 001720f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/CSSValue.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ class CSSOriginVariable extends CSSPrimitiveValue {
117117
*/
118118
private $variable;
119119

120+
private $jsmode = false;
121+
120122
/**
121123
* @var string The proccessed variable
122124
*/

0 commit comments

Comments
 (0)