mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
e13c4d4131
* chore: create additional entry * fix: rm recv call * chore: Add default.less as index.less * chore: update entry * fix: row should also translate * chore: rename index-default to index and add index-pure instead * fix: missing transfer customize styl
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
@import './modal';
|
|
@import './confirm';
|
|
@import './rtl';
|
|
|
|
.popover-customize-bg(@dialog-prefix-cls, @popover-background);
|