antd-mobile
Version:
基于 React 的移动设计规范实现
26 lines (19 loc) • 314 B
text/less
@import '../../style/themes/default';
@whitespacePrefixCls: am-whitespace;
.@{whitespacePrefixCls} {
&&-xs {
height: @v-spacing-xs;
}
&&-sm {
height: @v-spacing-sm;
}
&&-md {
height: @v-spacing-md;
}
&&-lg {
height: @v-spacing-lg;
}
&&-xl {
height: @v-spacing-xl;
}
}