forked from AkkomaGang/akkoma-fe
floatingghost
105b934f90
Ref #181 Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Reviewed-on: AkkomaGang/pleroma-fe#232
13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-recommended-vue/scss",
|
|
"stylelint-config-recommended",
|
|
"stylelint-config-standard"
|
|
],
|
|
"customSyntax": "postcss-scss",
|
|
"rules": {
|
|
"declaration-no-important": true,
|
|
"selector-class-pattern": null,
|
|
"custom-property-pattern": null
|
|
}
|
|
}
|