mirror of
https://github.com/RdvSpeakers/rdvspeakers-theme-hugo.git
synced 2026-03-10 08:51:19 +00:00
13 lines
306 B
Plaintext
13 lines
306 B
Plaintext
{
|
|
"extends": [
|
|
"@wemake-services/stylelint-config-scss"
|
|
],
|
|
"rules": {
|
|
"color-format/format": null,
|
|
"custom-property-empty-line-before": null,
|
|
"no-descending-specificity": null,
|
|
"selector-max-compound-selectors": null,
|
|
"scss/selector-no-redundant-nesting-selector": null
|
|
}
|
|
}
|