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';