I want to define my CSS variables (like vendor/elgg/elgg/engine/theme.php) that I can use on other plugins (Elgg 3.2). How can I achieve that in my theme plugin?
I saw the documentation about plugin hooks (vars:compiler, css) but cannot figure out how to trigger this hook.
Thanks in advance!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- RvR@rivervanrain

RvR - 0 likes
- seri_ng@seri_ng

seri_ng - 0 likes
You must log in to post replies.Something like this:
Thank you RvR!!