mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 09:16:55 +01:00
lint fixes
This commit is contained in:
parent
c578f8e389
commit
fe37e35610
@ -2,6 +2,7 @@
|
||||
"extends": "stylelint-config-bigchaindb",
|
||||
"rules": {
|
||||
"selector-max-id": 1,
|
||||
"selector-no-qualifying-type": null
|
||||
"selector-no-qualifying-type": null,
|
||||
"no-descending-specificity": null
|
||||
}
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
/* stylelint-enable */
|
||||
|
||||
.text-hide {
|
||||
font: '0/0' a;
|
||||
font: '0/0' a; // stylelint-disable-line font-family-no-missing-generic-family-keyword
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
|
Loading…
Reference in New Issue
Block a user