Skip to content

Commit

Permalink
fix: should not import less file firectly
Browse files Browse the repository at this point in the history
  • Loading branch information
benjycui committed Oct 13, 2016
1 parent 26921cf commit 0981dd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ elasticsearch-*
config/base.yaml
components/**/*.js
components/**/*.jsx
/.vscode/
2 changes: 0 additions & 2 deletions components/auto-complete/style/index.less
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
@import "../../style/themes/default";
@import "../../select/style/index";
2 changes: 2 additions & 0 deletions components/auto-complete/style/index.tsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
import '../../style/index.less';
import './index.less';

import '../../select/style';

0 comments on commit 0981dd4

Please sign in to comment.