[build] add stylelint-config-rational-order plugin
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user