[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
+2 -2
View File
@@ -20,9 +20,9 @@
}
&--top {
width: 100%;
top: 0;
left: 50%;
width: 100%;
transform: translate3d(-50%, 0, 0);
}
@@ -33,9 +33,9 @@
}
&--bottom {
width: 100%;
bottom: 0;
left: 50%;
width: 100%;
transform: translate3d(-50%, 0, 0);
}