mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-10 18:06:02 +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;
|
|
}
|