mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
7274a2ef4a
close #26290
17 lines
395 B
Plaintext
17 lines
395 B
Plaintext
@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');
|
|
|
|
.@{tree-prefix-cls} {
|
|
.antTreeFn(@tree-prefix-cls);
|
|
}
|
|
|
|
@import './rtl';
|