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
+2 -1
View File
@@ -23,7 +23,8 @@
background-color: @switch-node-background-color;
border-radius: 100%;
box-shadow: @switch-node-box-shadow;
transition: transform @switch-transition-duration cubic-bezier(.3, 1.05, .4, 1.05);
transition: transform @switch-transition-duration
cubic-bezier(0.3, 1.05, 0.4, 1.05);
}
&__loading {