ant-design/components/tree/style/index.less
二货机器人 989a27ada8
refactor: tree support cssinjs (#34258)
* 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
2022-03-02 20:32:25 +08:00

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';