[Improvement] stylelint (#1280)

This commit is contained in:
neverland
2018-06-13 20:36:36 +08:00
committed by GitHub
parent 90bbfd2b12
commit 00351a564f
33 changed files with 905 additions and 174 deletions
+3 -2
View File
@@ -137,7 +137,6 @@
flex: 1;
color: $white;
display: flex;
margin-left: -1px; /* hack for flex space */
text-align: center;
margin-left: -16px;
flex-direction: column;
@@ -158,6 +157,7 @@
margin: 0;
font-size: 14px;
font-weight: 300;
@mixin ellipsis;
}
}
@@ -192,6 +192,7 @@
h2,
span {
line-height: 1.4;
@mixin ellipsis;
}
}
@@ -213,7 +214,7 @@
right: -13px;
color: $white;
font-size: 12px;
&::before {
font-weight: bold;
}