Initial commit from Create Next App

This commit is contained in:
ISA
2024-09-23 07:32:06 +02:00
commit 7d0f59e280
14 changed files with 2030 additions and 0 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;