delete theme dir

This commit is contained in:
jingsam 2017-02-10 16:55:48 +08:00
parent 0ed9897ca2
commit 7a9de9c7fc
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";