[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
+4 -4
View File
@@ -4,9 +4,9 @@
padding: 15px;
&__value {
display: inline-block;
margin-left: 5px;
line-height: 20px;
display: inline-block;
vertical-align: middle;
}
@@ -22,12 +22,11 @@
}
&::before {
content: '';
left: 0;
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 2px;
position: absolute;
background: repeating-linear-gradient(
-45deg,
#ff6c6c 0,
@@ -40,5 +39,6 @@
transparent 50%
);
background-size: 80px;
content: '';
}
}