lint fixes

This commit is contained in:
Matthias Kretschmann 2017-12-22 12:19:41 +01:00
parent c578f8e389
commit fe37e35610
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
"extends": "stylelint-config-bigchaindb", "extends": "stylelint-config-bigchaindb",
"rules": { "rules": {
"selector-max-id": 1, "selector-max-id": 1,
"selector-no-qualifying-type": null "selector-no-qualifying-type": null,
"no-descending-specificity": null
} }
} }

View File

@ -17,7 +17,7 @@
/* stylelint-enable */ /* stylelint-enable */
.text-hide { .text-hide {
font: '0/0' a; font: '0/0' a; // stylelint-disable-line font-family-no-missing-generic-family-keyword
color: transparent; color: transparent;
text-shadow: none; text-shadow: none;
background-color: transparent; background-color: transparent;