fix: remove zoom (#4555)

pull/4557/head
ajuner 2021-08-22 21:39:24 +08:00 committed by GitHub
parent 52df212c71
commit e9a44b9984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// mixins for clearfix // mixins for clearfix
// ------------------------ // ------------------------
.clearfix() { .clearfix() {
zoom: 1;
&::before, &::before,
&::after { &::after {
display: table; display: table;