mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 00:05:35 +01:00
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
|
{
|
||
|
"extends": [
|
||
|
"stylelint-config-bigchaindb",
|
||
|
"stylelint-config-css-modules",
|
||
|
"./node_modules/prettier-stylelint/config.js"
|
||
|
],
|
||
|
"syntax": "scss",
|
||
|
"rules": {
|
||
|
"no-descending-specificity": null
|
||
|
}
|
||
|
}
|