fix: should not import less file firectly

This commit is contained in:
Benjy Cui 2016-10-13 16:19:16 +08:00
parent 26921cf234
commit 0981dd46c7
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@ elasticsearch-*
config/base.yaml config/base.yaml
components/**/*.js components/**/*.js
components/**/*.jsx components/**/*.jsx
/.vscode/

View File

@ -1,2 +0,0 @@
@import "../../style/themes/default";
@import "../../select/style/index";

View File

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