[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
+7 -7
View File
@@ -2,17 +2,17 @@
.van-pagination {
display: flex;
text-align: center;
line-height: 40px;
font-size: 14px;
line-height: 40px;
text-align: center;
&__item {
flex: 1;
color: @blue;
height: 40px;
min-width: 36px;
background-color: @white;
box-sizing: border-box;
min-width: 36px;
height: 40px;
color: @blue;
background-color: @white;
user-select: none;
&:active {
@@ -30,8 +30,8 @@
&--disabled,
&--disabled:active {
background-color: @background-color;
color: @gray-darker;
background-color: @background-color;
opacity: 0.6;
}