Initial Setup

This commit is contained in:
Sir Blob
2025-01-24 23:55:12 -05:00
parent 3cd9065178
commit 72d24a968e
19 changed files with 7071 additions and 123 deletions

8
postcss.config.mjs Normal file
View File

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