Browse Source

refactor: icon for cssinjs (#35346)

* refactor: icon for cssinjs

* fix: add skip dep
pull/35370/head
Long Hao (龙濠) 3 years ago
committed by GitHub
parent
commit
c3549f30b2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      components/icon/style/index.less
  2. 3
      components/icon/style/index.tsx

6
components/icon/style/index.less

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

3
components/icon/style/index.tsx

@ -1,2 +1 @@
import '../../style/index.less';
import './index.less';
// deps-lint-skip-all

Loading…
Cancel
Save