feat(components/tiles): basic tiles

This commit is contained in:
mikhail "synzr" 2025-11-30 22:44:47 +05:00
parent 7eccdb617b
commit 11f3c05d8f
9 changed files with 153 additions and 2 deletions

View file

@ -2,5 +2,9 @@
"files.associations": {
"*.css": "tailwindcss"
},
"editor.formatOnSave": true
}
"editor.formatOnSave": true,
"tailwindCSS.classFunctions": [
"cva",
"cx"
]
}