first
This commit is contained in:
7
node_modules/vant/lib/style/mixins/clearfix.less
generated
vendored
Normal file
7
node_modules/vant/lib/style/mixins/clearfix.less
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
.clearfix() {
|
||||
&::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: '';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user