started some designing

This commit is contained in:
z1glr
2025-01-03 23:10:30 +00:00
parent 3fb5311071
commit b392978c17
74 changed files with 6934 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;