[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 -3
View File
@@ -23,15 +23,15 @@
border: inherit;
border-color: $black;
background-color: $black;
border-radius: inherit;/* inherit parent's border radius */
transform: translate(-50%, -50%);
border-radius: inherit; /* inherit parent's border radius */
transform: translate(-50%, -50%);
}
&:active::before {
opacity: .3;
}
&--unclickable:before {
&--unclickable::before {
display: none;
}