initial import

This commit is contained in:
2025-10-30 15:04:17 +02:00
commit 637b8dc625
91 changed files with 13585 additions and 0 deletions

16
.stylelintrc.json Normal file
View File

@@ -0,0 +1,16 @@
{
"extends": [
"@wordpress/stylelint-config/scss"
],
"ignoreFiles": [
"sass/_normalize.scss"
],
"rules": {
"font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null,
"block-no-empty": null,
"no-duplicate-selectors": null,
"font-family-no-duplicate-names": null,
"selector-class-pattern": null
}
}