From 8aea0e9c75792bb1d40e998e2ad45ffe8db79e78 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Thu, 4 Aug 2022 20:13:01 -0300 Subject: [PATCH] Remove unused craco config --- craco.config.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 craco.config.js diff --git a/craco.config.js b/craco.config.js deleted file mode 100644 index 6a495d7..0000000 --- a/craco.config.js +++ /dev/null @@ -1,11 +0,0 @@ -// craco.config.js -module.exports = { - style: { - postcss: { - plugins: [ - require('tailwindcss'), - require('autoprefixer'), - ], - }, - }, -} \ No newline at end of file