Browse Source

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

pull/6217/head
bqy_fe 2 years ago committed by GitHub
parent
commit
c903de3c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/icon/style/index.less
  2. 2
      components/icon/style/index.tsx
  3. 2
      components/style.ts

4
components/icon/style/index.less

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

2
components/icon/style/index.tsx

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

2
components/style.ts

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

Loading…
Cancel
Save