You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
369 B
15 lines
369 B
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
@import '../../checkbox/style/mixin';
|
|
@import './mixin';
|
|
@import './directory';
|
|
|
|
@tree-prefix-cls: ~'@{ant-prefix}-tree';
|
|
@tree-node-prefix-cls: ~'@{tree-prefix-cls}-treenode';
|
|
|
|
.antCheckboxFn(@checkbox-prefix-cls: ~'@{ant-prefix}-tree-checkbox');
|
|
|
|
.antTreeFn(@tree-prefix-cls);
|
|
|
|
@import './rtl';
|