Skip to content

[building] Syntax for corner items #11

@vvoovv

Description

@vvoovv

A proposal.

image
Photo by Pauline Eccles, CC-BY-SA 2.0

Suppose a corner item has a level item as a neighbor from the right.

For the level we would have then:

level {
    // if corner items are to be inserted from both sides of the level item
    cornerClass: my_corner_class;
    ....
}

or

level {
    // if a corner item is to be inserted from the left side of the level item
    cornerClassLeft: my_corner_class;
    ....
}

or

level {
    // if a corner item is to be inserted from the right side of the level item
    cornerClassRight: my_corner_class;
    ....
}

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