8 lines
141 B
SCSS

@mixin tree-node-state (
$handle-color,
$handle-background
) {
color: $handle-color;
background-color: $handle-background;
}