Initial entity design

This commit is contained in:
nmcnew
2024-08-17 09:36:25 -06:00
parent 4ff3cd9667
commit ef700a41b6
11 changed files with 1437 additions and 0 deletions

9
tailwind.config.js Normal file
View File

@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [],
}