Commit 7a9de9c7fc92192ad1b723e5f5f34a1c64b7d911
1 parent
0ed9897c
delete theme dir
Showing
4 changed files
with
2 additions
and
6 deletions
Show diff stats
src/styles/README.md
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