initial commit

This commit is contained in:
2024-07-28 17:57:30 +02:00
commit f21cb97a1b
25 changed files with 1286 additions and 0 deletions

3
stylelint.config.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
extends: 'stylelint-config-recommended-vue',
}