[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
@@ -83,10 +83,10 @@ audio,
video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
border: 0;
}
html {
@@ -148,14 +148,14 @@ summary {
}
body {
font-family: Arial, Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, sans-serif;
color: @text-color;
font-family: Arial, Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, sans-serif;
background-color: @background-color;
}
a {
background: transparent;
text-decoration: none;
background: transparent;
}
button,
@@ -166,7 +166,7 @@ input[type='email'],
input[type='search'],
select,
textarea {
font-family: inherit;
margin: 0;
font-family: inherit;
-webkit-appearance: none;
}