vant/packages/style/mixins/clearfix.less

8 lines
87 B
Plaintext

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