From c903de3c0e5ee3b239a1dd4f0a4a7e0ea80c220f Mon Sep 17 00:00:00 2001 From: bqy_fe <1743369777@qq.com> Date: Sat, 28 Jan 2023 08:25:17 +0800 Subject: [PATCH] refactor(icon): remove style dir (#6215) --- components/icon/style/index.less | 4 ---- components/icon/style/index.tsx | 2 -- components/style.ts | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 components/icon/style/index.less delete mode 100644 components/icon/style/index.tsx diff --git a/components/icon/style/index.less b/components/icon/style/index.less deleted file mode 100644 index 037658676..000000000 --- a/components/icon/style/index.less +++ /dev/null @@ -1,4 +0,0 @@ -@import '../../style/themes/index'; -@import '../../style/mixins/index'; - -@icon-prefix-cls: ~'@{ant-prefix}-icon'; diff --git a/components/icon/style/index.tsx b/components/icon/style/index.tsx deleted file mode 100644 index 3a3ab0de5..000000000 --- a/components/icon/style/index.tsx +++ /dev/null @@ -1,2 +0,0 @@ -import '../../style/index.less'; -import './index.less'; diff --git a/components/style.ts b/components/style.ts index 787f0acc6..8f26f68d2 100644 --- a/components/style.ts +++ b/components/style.ts @@ -1,5 +1,5 @@ // import './button/style'; -import './icon/style'; +// import './icon/style'; import './radio/style'; import './checkbox/style'; import './grid/style';