Initial commit from Create Next App

Este commit está contenido en:
ale
2025-09-20 18:13:19 +02:00
commit 319658038a
Se han modificado 17 ficheros con 6364 adiciones y 0 borrados

5
postcss.config.mjs Archivo normal
Ver fichero

@@ -0,0 +1,5 @@
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;