init Drawer component catelog

This commit is contained in:
梁灏 2018-08-23 15:01:13 +08:00
parent 0ab65f3bfa
commit c4d780c0bd
7 changed files with 26 additions and 2 deletions

View file

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

View file

@ -49,3 +49,4 @@
@import "anchor";
@import "time";
@import "cell";
@import "drawer";