[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
+5 -5
View File
@@ -1,20 +1,20 @@
@import '../style/var';
.van-notice-bar {
position: relative;
display: flex;
align-items: center;
height: 40px;
padding: 0 15px;
color: @orange-dark;
font-size: 14px;
line-height: 24px;
position: relative;
align-items: center;
color: @orange-dark;
background-color: @orange-light;
&__left-icon,
&__right-icon {
font-size: 16px;
min-width: 22px;
font-size: 16px;
}
&__right-icon {
@@ -22,10 +22,10 @@
}
&__wrap {
position: relative;
flex: 1;
height: 24px;
overflow: hidden;
position: relative;
}
&__content {