1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-07-01 06:02:12 +02: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
}