Naprawa pobierania komponentów - aktualizacja ciasteczek i konfiguracji

This commit is contained in:
NoNamedCobble
2026-01-30 08:57:18 +01:00
commit 37c62f4a50
19 changed files with 12901 additions and 0 deletions

7
.stylelintrc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"extends": "stylelint-config-standard-less",
"rules": {
"no-empty-source": null,
"no-duplicate-selectors": true
}
}