This commit is contained in:
gcch 2025-09-27 16:19:59 +02:00
commit 4d2186b8a8
15 changed files with 1269 additions and 0 deletions

5
stylelint.config.ts Normal file
View file

@ -0,0 +1,5 @@
import { configCss } from ".";
export default {
...configCss,
};