Checkpoint

This commit is contained in:
2026-03-09 16:43:24 +01:00
parent aed73e824e
commit 19bb022290
35 changed files with 1093 additions and 58 deletions

View File

@@ -19,6 +19,9 @@
"width",
"height"
],
"max-nesting-depth": 3
"max-nesting-depth": 3,
"scss/no-global-function-names": null,
"declaration-block-single-line-max-declarations": null,
"selector-class-pattern": "^[a-z0-9]+(?:-+[a-z0-9]+)*$"
}
}