feat(style): rm box-orient

This commit is contained in:
Dillon 2022-05-06 23:04:19 +08:00
parent 885a09304d
commit 73a705a629
No known key found for this signature in database
GPG key ID: 0EF4AE57FB98F108
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
-webkit-box-orient: $orient;
-moz-box-orient: $orient;
box-orient: $orient;
// box-orient: $orient;
}
@mixin placeholder($color) {

File diff suppressed because one or more lines are too long