Commit 707fea92bccb2275a2c41c181e917715dd3abc50

Authored by Aresn
Committed by GitHub
2 parents 0ed9897c 7a9de9c7

Merge pull request #262 from jingsam/master

delete theme dir
src/styles/README.md
... ... @@ -9,5 +9,3 @@
9 9 |-- components (组件样式)
10 10  
11 11 |-- mixins (混入)
12   -
13   -|-- themes (主题)
... ...
src/styles/themes/default/custom.less renamed to src/styles/custom.less
src/styles/index.less
1   -@import "./themes/default/index";
  1 +@import "./custom";
2 2 @import "./mixins/index";
3 3 @import "./common/index";
4 4 @import "./animation/index";
5   -@import "./components/index";
6 5 \ No newline at end of file
  6 +@import "./components/index";
... ...
src/styles/themes/default/index.less deleted
1   -@import "../../copyright.less";
2   -@import "custom.less";
3 0 \ No newline at end of file