zp-bee
Version:
zp-bee,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。
19 lines (17 loc) • 341 B
text/less
// Config global less under antd
@import '../themes/default.less';
[class^=~'@{zp-prefix}-'],
[class*=~'@{zp-prefix}-'] {
// remove the clear button of a text input control in IE10+
&::-ms-clear,
input::-ms-clear,
input::-ms-reveal {
display: none;
}
&,
*,
*::before,
*::after {
box-sizing: border-box; // 1
}
}