chore: prettier all less files
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user