Browse Source
* 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 stylpull/32068/head
二货机器人
3 years ago
committed by
GitHub
30 changed files with 111 additions and 51 deletions
@ -1,3 +0,0 @@ |
|||
@import './index.less'; |
|||
|
|||
.popover-customize-bg(@drawer-prefix-cls, @popover-background); |
@ -1,5 +1,6 @@ |
|||
@import '../../style/themes/index'; |
|||
@import '../../style/mixins/index'; |
|||
@import './drawer'; |
|||
@import './customize'; |
|||
@import './rtl'; |
|||
|
|||
.popover-customize-bg(@drawer-prefix-cls, @popover-background); |
|||
|
@ -1,3 +0,0 @@ |
|||
@import './index.less'; |
|||
|
|||
.popover-customize-bg(@dialog-prefix-cls, @popover-background); |
@ -1,3 +0,0 @@ |
|||
@import './index.less'; |
|||
|
|||
.popover-customize-bg(@notification-prefix-cls, @popover-background); |
@ -1,3 +0,0 @@ |
|||
@import './index.less'; |
|||
|
|||
.popover-customize-bg(@popover-prefix-cls, @popover-background); |
@ -0,0 +1,4 @@ |
|||
// This is same as `index.less` but given `root-entry-name` for `dist/antd.less` usage |
|||
@root-entry-name: default; |
|||
|
|||
@import './index'; |
Loading…
Reference in new issue