mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-07 19:17:07 +00:00
8 lines
141 B
SCSS
8 lines
141 B
SCSS
@mixin tree-node-state (
|
|
$handle-color,
|
|
$handle-background
|
|
) {
|
|
color: $handle-color;
|
|
background-color: $handle-background;
|
|
}
|