vant/packages/style/mixins/clearfix.less

8 lines
87 B
Plaintext

.clearfix() {
&::after {
content: '';
display: table;
clear: both;
}
}