This commit is contained in:
Serreau Jovann
2026-04-01 15:42:52 +02:00
parent beb12d2b75
commit 686de99909
258 changed files with 32993 additions and 2714 deletions

7
postcss.config.cjs Normal file
View File

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