Hi,
This seems not to be working in the TSS file:
body:before {content:template("xml/default/default.xml");}
header {content: "Test";}
default.xml is loading but the rest is not being parsed.
Contents default.xml
<header role="banner"></header>
<nav id="nav-primary" role="navigation"></nav>
<main role="main"></main>
<footer></footer>
I would like to do something like this (to test also):
body:before {content:template("xml/default/default.xml");}
@import "header.tss";
Best regards, Rinnert
Hi,
This seems not to be working in the TSS file:
default.xml is loading but the rest is not being parsed.
Contents default.xml
I would like to do something like this (to test also):
Best regards, Rinnert