mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
4feb186085
* chore(list): improve code (#24280) * chore(list): improve code * Update index.tsx * refactor: tree select style code * 🔒 lock antd-theme-generator to 1.2.2 https://github.com/mzohaibqc/antd-theme-generator/issues/42 Co-authored-by: Tom Xu <ycxzhkx@gmail.com>
15 lines
369 B
Plaintext
15 lines
369 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');
|
|
|
|
.antTreeFn(@tree-prefix-cls);
|
|
|
|
@import './rtl';
|