-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It's desirable to access some variables in the condition of a style block.
Example. A small building can have only one entrance. A larger building can have exactly two entrances.
That can be realized by using the style variable count in the condition. It's proposed to prefix it with the style namespace.
facade[item.front and style.count<=1] {
class: facade_with_door;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels