XenForo Register Custom LESS

F

Foxtrek_64

Guest
Hi all,

Trying to figure out how to get this wired up and it's giving me a bit of trouble. I have a custom bbcode added, intended to be used as such:

[tok]jan pi (toki-pona) li jan pi (pona mute)[/tok]

The custom bbcode adds a custom class, .toki-pona, and wraps the text in a span.

<span class="toki-pona">jan pi (toki-pona) li jan pi (pona mute)</span>

This all works great. Next I've added a template, toki_pona.less, with the following content. Pulling from GitHub is...

Read more

Continue reading...