105b934f90
Ref #181 Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Reviewed-on: https://akkoma.dev/AkkomaGang/pleroma-fe/pulls/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
|
|
}
|
|
}
|