feat: Ajout configuration et dépendances initiales

This commit is contained in:
Serreau Jovann
2025-07-16 11:29:00 +02:00
parent 9c9ff36c6f
commit 0b7f9cca89
20 changed files with 3317 additions and 8 deletions

7
postcss.config.cjs Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
parser: 'postcss-scss',
plugins: {
'@tailwindcss/postcss': {},
'autoprefixer': {},
},
}