[bugfix] fix van-clearfix (#1559)

This commit is contained in:
neverland 2018-07-30 20:30:20 +08:00 committed by GitHub
parent 4ab3959636
commit 20810ba504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
@import '../mixins/clearfix.css'; @import '../mixins/clearfix.css';
.van-clearfix { .van-clearfix {
@mixin ellipsis; @mixin clearfix;
} }