Skip to content

Support multiple transformations per selector #9

Description

@danielytics

Currently each selector can only contain one transformation. Since selectors are map keys, you cannot have multiple identical selectors access the same node, so the only way to apply multiple transformations (eg setting content and classes) would be to use different selectors that happen to access the same node (see #8). It would be useful if an ordered list of transformations can be (optionally) supplied to a single selector, which are then applied to the addressed node(s) in order.

This feature is needed by Erinite/template-stylesheets.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions