XF 2.0 Include a less template inline

AlessioDP

Member
Hi, can I include a .less template to make it inline?

Like the include xenforo tag but that works with .less placeholders. I want make a dynamic css inline styling :)

Right now I'm using this to make a css template inline:
Code:
<xf:include template="mytemplate.css" />
 
You cannot include a Less template inside a HTML template as it requires additional processing and compiling to convert it to CSS. But including it inside another Less or CSS template should just work.
 
You cannot include a Less template inside a HTML template as it requires additional processing and compiling to convert it to CSS. But including it inside another Less or CSS template should just work.
I'm trying to include it into the PAGE_CONTAINER template.
So there is no way to make it inline?
 
Top Bottom