UNPKG

141 BSCSSView Raw
1@mixin tree-node-state (
2 $handle-color,
3 $handle-background
4) {
5 color: $handle-color;
6 background-color: $handle-background;
7}