Initial Push

Inititial project state
This commit is contained in:
SinusFox
2024-09-13 21:16:46 +02:00
parent f451676f5f
commit bfca38fcdd
14 changed files with 5664 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;