mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
feat(style): rm box-orient
This commit is contained in:
parent
885a09304d
commit
73a705a629
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
-webkit-box-orient: $orient;
|
-webkit-box-orient: $orient;
|
||||||
-moz-box-orient: $orient;
|
-moz-box-orient: $orient;
|
||||||
box-orient: $orient;
|
// box-orient: $orient;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin placeholder($color) {
|
@mixin placeholder($color) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue