fix(core): fix csslint warning

This commit is contained in:
OldHawk
2017-10-03 17:33:15 +08:00
parent 54a0735e99
commit 91bcd25910

View File

@@ -508,10 +508,12 @@ body {
left: 90px;
height: 100%;
font-size: 12px;
>div {
> div {
position: absolute;
top: 50%;
/* csslint ignore:start */
transform: translateY(-50%);
/* csslint ignore:end */
}
}
}