initial commit

This commit is contained in:
2024-10-10 19:33:57 -03:00
commit 4e27ab757c
26 changed files with 4407 additions and 0 deletions

7
postcss.config.cjs Normal file
View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
tailwindcss: {},
},
};
module.exports = config;