From ee64c676dff9584bb282214ddfffca2e4e274348 Mon Sep 17 00:00:00 2001 From: cvancau Date: Sun, 9 Aug 2026 15:06:18 +0200 Subject: [PATCH] Supprimer craco.config.js --- craco.config.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 craco.config.js diff --git a/craco.config.js b/craco.config.js deleted file mode 100644 index 2835bdc..0000000 --- a/craco.config.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - style: { - postcss: { - plugins: [require('tailwindcss'), require('autoprefixer')], - }, - }, -};