Commit 7a9de9c7fc92192ad1b723e5f5f34a1c64b7d911

Authored by jingsam
1 parent 0ed9897c

delete theme dir

src/styles/README.md
@@ -9,5 +9,3 @@ @@ -9,5 +9,3 @@
9 |-- components (组件样式) 9 |-- components (组件样式)
10 10
11 |-- mixins (混入) 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 @import "./mixins/index"; 2 @import "./mixins/index";
3 @import "./common/index"; 3 @import "./common/index";
4 @import "./animation/index"; 4 @import "./animation/index";
5 -@import "./components/index";  
6 \ No newline at end of file 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 \ No newline at end of file 0 \ No newline at end of file