Initial commit from Create Next App

This commit is contained in:
Patrick_Pluto 2024-09-18 10:38:54 +02:00
commit 8d296414eb
15 changed files with 5629 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;