chore(stylelint-config): add stylelint-config-prettier

This commit is contained in:
chenjiahan
2020-04-02 16:00:35 +08:00
parent d48cd73adb
commit f1887a2890
9 changed files with 47 additions and 32 deletions
+5 -5
View File
@@ -7,6 +7,11 @@
z-index: @dropdown-item-z-index;
overflow: hidden;
&__icon {
display: block;
line-height: inherit;
}
&__option {
text-align: left;
@@ -31,9 +36,4 @@
position: absolute;
max-height: @dropdown-menu-content-max-height;
}
&__icon {
display: block;
line-height: inherit;
}
}
+6 -2
View File
@@ -71,8 +71,12 @@
z-index: 2;
width: 100%;
height: 100%;
background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4)),
linear-gradient(0deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4));
background-image: linear-gradient(
180deg,
hsla(0, 0%, 100%, 0.9),
hsla(0, 0%, 100%, 0.4)
),
linear-gradient(0deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.4));
background-repeat: no-repeat;
background-position: top, bottom;
backface-visibility: hidden;
+4 -4
View File
@@ -102,15 +102,15 @@ export default {
margin: @padding-md 0 0 @padding-md;
}
.van-steps__message + p {
margin-bottom: 10px;
}
p,
h3 {
margin: 0;
font-weight: normal;
font-size: inherit;
}
.van-steps__message + p {
margin-bottom: 10px;
}
}
</style>
+7 -7
View File
@@ -14,6 +14,13 @@ a {
text-decoration: none;
}
input,
button,
textarea {
color: inherit;
font: inherit;
}
a,
input,
button,
@@ -30,10 +37,3 @@ ul {
padding: 0;
list-style: none;
}
input,
button,
textarea {
color: inherit;
font: inherit;
}
+4 -4
View File
@@ -113,14 +113,14 @@ export default {
.demo-tag {
background-color: @white;
.van-tag + .van-tag {
margin-left: @padding-xs;
}
.van-tag {
&:first-of-type {
margin-left: @padding-md;
}
}
.van-tag + .van-tag {
margin-left: @padding-xs;
}
}
</style>