mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix: should not import less file firectly
This commit is contained in:
parent
26921cf234
commit
0981dd46c7
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ elasticsearch-*
|
|||||||
config/base.yaml
|
config/base.yaml
|
||||||
components/**/*.js
|
components/**/*.js
|
||||||
components/**/*.jsx
|
components/**/*.jsx
|
||||||
|
/.vscode/
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
@import "../../style/themes/default";
|
|
||||||
@import "../../select/style/index";
|
|
@ -1,2 +1,4 @@
|
|||||||
import '../../style/index.less';
|
import '../../style/index.less';
|
||||||
import './index.less';
|
import './index.less';
|
||||||
|
|
||||||
|
import '../../select/style';
|
||||||
|
Loading…
Reference in New Issue
Block a user