Initial commit build
Some checks failed
DitesLeEnChanson/site/pipeline/head There was a failure building this commit

This commit is contained in:
balvarez
2025-12-31 16:12:48 +01:00
parent 75a7b2fbd9
commit 95d29c7faa
69 changed files with 1435 additions and 12482 deletions

6
src/postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};