body { background-color: {{ @backgroundColor }}; background-image: url(/{{ @backgroundImage }}); } <repeat group="{{ @customVars }}" key="{{ @ikey }}" value="{{ @ivalue }}"> :root { --{{ @ikey }}: {{ $@ikey }}; } </repeat>