init Avatar component

This commit is contained in:
梁灏 2017-08-15 10:07:15 +08:00
parent 9823357382
commit 2c5faf30f4
9 changed files with 66 additions and 14 deletions

View file

@ -0,0 +1,5 @@
@avatar-prefix-cls: ~"@{css-prefix}avatar";
.@{avatar-prefix-cls} {
}

View file

@ -38,4 +38,5 @@
@import "carousel";
@import "rate";
@import "upload";
@import "tree";
@import "tree";
@import "avatar";