chore: prettier all less files

This commit is contained in:
陈嘉涵
2020-01-19 17:15:54 +08:00
parent 1e864a445f
commit 08c84c9c38
21 changed files with 64 additions and 49 deletions
+6 -2
View File
@@ -69,9 +69,13 @@
* In case that some mobile browsers can continue animation when className changed
*/
@keyframes van-notice-bar-play {
to { transform: translate3d(-100%, 0, 0); }
to {
transform: translate3d(-100%, 0, 0);
}
}
@keyframes van-notice-bar-play-infinite {
to { transform: translate3d(-100%, 0, 0); }
to {
transform: translate3d(-100%, 0, 0);
}
}