mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
lint fixes
This commit is contained in:
parent
c578f8e389
commit
fe37e35610
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user