Wire it all up...

This commit is contained in:
2026-02-13 18:09:10 -03:00
parent 36ff5d0c1a
commit 05a27fc19c
29 changed files with 3219 additions and 1078 deletions

8
stylelint.config.js Normal file
View File

@@ -0,0 +1,8 @@
export default {
extends: ['stylelint-config-standard'],
overrides: [
{
files: ['src/**/*.css']
}
]
}