Commit 76bb10c9788fdde33f14a780b66a47aee76a522f
1 parent
272ecc1e
transfer breadcrumb.less position
Showing
3 changed files
with
2 additions
and
2 deletions
Show diff stats
src/styles/mixins/breadcrumb.less renamed to src/styles/components/breadcrumb.less
src/styles/components/index.less
@@ -49,4 +49,5 @@ | @@ -49,4 +49,5 @@ | ||
49 | @import "anchor"; | 49 | @import "anchor"; |
50 | @import "time"; | 50 | @import "time"; |
51 | @import "cell"; | 51 | @import "cell"; |
52 | -@import "drawer"; | ||
53 | \ No newline at end of file | 52 | \ No newline at end of file |
53 | +@import "drawer"; | ||
54 | +@import "breadcrumb"; | ||
54 | \ No newline at end of file | 55 | \ No newline at end of file |
src/styles/mixins/index.less
@@ -7,7 +7,6 @@ | @@ -7,7 +7,6 @@ | ||
7 | @import "close"; | 7 | @import "close"; |
8 | @import "checkbox"; | 8 | @import "checkbox"; |
9 | @import "input"; | 9 | @import "input"; |
10 | -@import "breadcrumb"; | ||
11 | @import "mask"; | 10 | @import "mask"; |
12 | @import "content"; // card、modal | 11 | @import "content"; // card、modal |
13 | @import "tooltip"; | 12 | @import "tooltip"; |