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

View File

@@ -56,14 +56,14 @@
}
// for ios wechat
&[type="date"],
&[type="time"],
&[type="datetime-local"] {
&[type='date'],
&[type='time'],
&[type='datetime-local'] {
min-height: @cell-line-height;
}
// for safari
&[type="search"] {
&[type='search'] {
-webkit-appearance: none;
}
}