modules/custom-css/custom-css/preprocessors/lessc.inc.php 1 location
|
@@ 2955-2958 (lines=4) @@
|
2952 |
|
|
2953 |
|
$this->eatWhiteDefault = $oldWhite; |
2954 |
|
|
2955 |
|
if ($this->literal($delim)) { |
2956 |
|
$out = array("string", $delim, $content); |
2957 |
|
return true; |
2958 |
|
} |
2959 |
|
|
2960 |
|
$this->seek($s); |
2961 |
|
return false; |
modules/custom-css/custom-css/preprocessors/scss.inc.php 1 location
|
@@ 3477-3480 (lines=4) @@
|
3474 |
|
|
3475 |
|
$this->eatWhiteDefault = $oldWhite; |
3476 |
|
|
3477 |
|
if ($this->literal($delim)) { |
3478 |
|
$out = array("string", $delim, $content); |
3479 |
|
return true; |
3480 |
|
} |
3481 |
|
|
3482 |
|
$this->seek($s); |
3483 |
|
return false; |