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

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}