XF 2.0 How do I include custom css in it's own file?

RobParker

Well-known member
Previously I did something like this

Added this to the top of extra.css
Code:
 <xen:include template="thread_prefixes.css" />

I thought I could add this to the top of extra.less but it doesn't work and gives a syntax error.

Code:
 <xen:include template="thread_prefixes.less" />
 
Back
Top Bottom