ost-ui
Version:
ost ui for react
25 lines (19 loc) • 319 B
text/less
@import '../__style/themes/default.less';
@whitespacePrefixCls: ost-white-space;
.@{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;
}
}