[build] add stylelint-config-rational-order plugin

This commit is contained in:
陈嘉涵
2019-05-09 19:00:53 +08:00
parent 21589c9b9f
commit ba4f02b9b4
64 changed files with 571 additions and 442 deletions
+6 -6
View File
@@ -3,20 +3,20 @@
.van-index-bar {
&__sidebar {
position: fixed;
display: flex;
top: 50%;
right: 0;
z-index: 1;
user-select: none;
text-align: center;
display: flex;
flex-direction: column;
text-align: center;
transform: translateY(-50%);
user-select: none;
}
&__index {
font-size: 10px;
font-weight: 500;
line-height: 14px;
padding: 0 3px 0 15px;
font-weight: 500;
font-size: 10px;
line-height: 14px;
}
}