1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-10 20:00:25 +02:00
site/.stylelintrc
2017-12-22 12:19:41 +01:00

9 lines
188 B
Plaintext

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