mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 17:09:46 +08:00
989a27ada8
* chore: part of tree * chore: tree cssinjs * chore: fix lint * refactor: RTL support * fix: checkbox hover logic * chore: rtl use same style * fix: check style priority
17 lines
431 B
Plaintext
17 lines
431 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';
|