Queries to match nodes
Rules use your defined queries to match nodes for styling. All queries within a
rule are connected with AND logic.
|
Styles to apply | @for (rule of rules(); track rule; let ruleIndex = $index; let first = $first; let last = $last) { |
---|---|---|
@if (panesCount === 1) {
Left pane
Right pane
|
@for (style of allStyles; track style.id) {
{{style.label}}
|