refactor(icon): remove style dir (#6215)

pull/6217/head
bqy_fe 2023-01-28 08:25:17 +08:00 committed by GitHub
parent 44d7917afd
commit c903de3c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 7 deletions

View File

@ -1,4 +0,0 @@
@import '../../style/themes/index';
@import '../../style/mixins/index';
@icon-prefix-cls: ~'@{ant-prefix}-icon';

View File

@ -1,2 +0,0 @@
import '../../style/index.less';
import './index.less';

View File

@ -1,5 +1,5 @@
// import './button/style';
import './icon/style';
// import './icon/style';
import './radio/style';
import './checkbox/style';
import './grid/style';