1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 07:45:41 +01:00
site/.stylelintrc

8 lines
147 B
Plaintext
Raw Normal View History

2017-05-30 18:25:40 +02:00
{
2017-05-31 00:22:14 +02:00
"extends": "stylelint-config-bigchaindb",
rules: {
"selector-no-type": null,
"selector-no-qualifying-type": null
}
2017-05-30 18:25:40 +02:00
}