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 77a8da9 commit a902904Copy full SHA for a902904
lib/CSSValue.php
@@ -117,13 +117,16 @@ class CSSOriginVariable extends CSSPrimitiveValue {
117
*/
118
private $variable;
119
120
+ private $jsmode;
121
+
122
/**
123
* @var string The proccessed variable
124
125
private $processed = null;
126
127
public function __construct($v){
128
$this->variable = $v;
129
+ $this->jsmode = false;
130
}
131
132
0 commit comments