modules/custom-css/custom-css/preprocessors/lessc.inc.php 1 location
|
@@ 2882-2885 (lines=4) @@
|
| 2879 |
|
} |
| 2880 |
|
} |
| 2881 |
|
|
| 2882 |
|
if (($tok == "'" || $tok == '"') && $this->string($str)) { |
| 2883 |
|
$content[] = $str; |
| 2884 |
|
continue; |
| 2885 |
|
} |
| 2886 |
|
|
| 2887 |
|
if ($tok == "@{" && $this->interpolation($inter)) { |
| 2888 |
|
$content[] = $inter; |
modules/custom-css/custom-css/preprocessors/scss.inc.php 1 location
|
@@ 3553-3556 (lines=4) @@
|
| 3550 |
|
} |
| 3551 |
|
} |
| 3552 |
|
|
| 3553 |
|
if (($tok == "'" || $tok == '"') && $this->string($str)) { |
| 3554 |
|
$content[] = $str; |
| 3555 |
|
continue; |
| 3556 |
|
} |
| 3557 |
|
|
| 3558 |
|
if ($tok == "#{" && $this->interpolation($inter)) { |
| 3559 |
|
$content[] = $inter; |