[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
+1 -1
View File
@@ -1,7 +1,6 @@
@import '../style/var';
.van-notify {
text-align: center;
box-sizing: border-box;
padding: @notify-padding;
font-size: @notify-font-size;
@@ -9,4 +8,5 @@
// allow newline charactor
white-space: pre-wrap;
text-align: center;
}