Elgg
Version master
views
default
elements
variables.css.php
Go to the documentation of this file.
1
<?php
6
echo
':root {'
;
7
8
$css_vars
=
_elgg_services
()->cssCompiler->getCssVars();
9
ksort(
$css_vars
);
10
foreach
(
$css_vars
as $variable =>
$value
) {
11
echo
"--elgg-{$variable}: {$value};"
;
12
}
13
14
echo
'}'
;
_elgg_services
_elgg_services()
Get the global service provider.
Definition:
elgglib.php:353
$value
$value
Definition:
generic.php:51
$css_vars
$css_vars
CSS variables.
Definition:
variables.css.php:8
Generated on Wed Aug 13 2025 00:01:44 for Elgg by
1.9.1