Skip to content

Load template and parse TSS not working? #166

@rdeelstra

Description

@rdeelstra

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions