Merge pull request #262 from jingsam/master

delete theme dir
This commit is contained in:
Aresn 2017-02-10 17:00:00 +08:00 committed by GitHub
commit 707fea92bc
4 changed files with 2 additions and 6 deletions

View file

@ -9,5 +9,3 @@
|-- components (组件样式)
|-- mixins (混入)
|-- themes (主题)

View file

@ -1,5 +1,5 @@
@import "./themes/default/index";
@import "./custom";
@import "./mixins/index";
@import "./common/index";
@import "./animation/index";
@import "./components/index";
@import "./components/index";

View file

@ -1,2 +0,0 @@
@import "../../copyright.less";
@import "custom.less";