From 264e571b0ca34d24f4997c5864a43d4f475e14dc Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Wed, 13 Apr 2022 19:10:44 -0400 Subject: full version 2 re-write --- craco.config.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 craco.config.js (limited to 'craco.config.js') diff --git a/craco.config.js b/craco.config.js deleted file mode 100644 index f4dacbb..0000000 --- a/craco.config.js +++ /dev/null @@ -1,11 +0,0 @@ -module.exports = { - style: { - postcss: { - plugins: [ - require("tailwindcss")("./tailwind.config.js"), - require("postcss-nested"), - ], - }, - }, - }; - \ No newline at end of file -- cgit v1.2.3