I would like to add a new CSS template to XF2.
If I insert:
in "extra.less" the code is working.
If I insert the above code in a newly created CSS template "test.css" the code is not working.
I've also tried inserting
What's the missing bit here?
If I insert:
CSS:
.test
{
color: red;
}
in "extra.less" the code is working.
If I insert the above code in a newly created CSS template "test.css" the code is not working.
I've also tried inserting
<xf:css src="test.css" />
in "extra.less" to no avail.What's the missing bit here?