initial commit

This commit is contained in:
PxlLoewe
2025-01-14 23:47:09 +01:00
parent 22cd047d8f
commit 9315454159
18 changed files with 8564 additions and 0 deletions

View File

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