projects/plugins/jetpack/modules/custom-css/custom-css/preprocessors/lessc.inc.php 1 location
|
@@ 2877-2880 (lines=4) @@
|
2874 |
|
} |
2875 |
|
} |
2876 |
|
|
2877 |
|
if (($tok == "'" || $tok == '"') && $this->string($str)) { |
2878 |
|
$content[] = $str; |
2879 |
|
continue; |
2880 |
|
} |
2881 |
|
|
2882 |
|
if ($tok == "@{" && $this->interpolation($inter)) { |
2883 |
|
$content[] = $inter; |
projects/plugins/jetpack/modules/custom-css/custom-css/preprocessors/scss.inc.php 1 location
|
@@ 3554-3557 (lines=4) @@
|
3551 |
|
} |
3552 |
|
} |
3553 |
|
|
3554 |
|
if (($tok == "'" || $tok == '"') && $this->string($str)) { |
3555 |
|
$content[] = $str; |
3556 |
|
continue; |
3557 |
|
} |
3558 |
|
|
3559 |
|
if ($tok == "#{" && $this->interpolation($inter)) { |
3560 |
|
$content[] = $inter; |