Initial commit from Create Next App

This commit is contained in:
bipproduction
2024-07-01 09:43:20 +08:00
commit 2ff320882c
15 changed files with 3096 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;